#A4902D

Color #A4902D Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A4902D

Tints of Reef Gold #A4902D

Color information

#A4902D (or 0xA4902D) is unknown color: approx Reef Gold. HEX triplet: A4, 90 and 2D. RGB value is (164,144,45). Sum of RGB (Red+Green+Blue) = 164+144+45=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4902D is #5B6FD2. Grayscale: #8B8B8B. Windows color (decimal): -5992403 or 2986148. OLE color: 2986148.

HSL color Cylindrical-coordinate representation of color #A4902D: hue angle of 49.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4902D is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16414445-
CMYK00.120.730.36
HSL49.92º56.94%40.98%-
HSV(B)49.92º72.56%64.31%-
XYZ25.7628.036.54-
YUV138.6975.13146.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=46.46%
G=40.79%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641444500.120.730.3649.9256.9440.98
HexA4902D0C4924323929
Octal2442205501411144627151
Binary1010010010010000101101011001001001100100110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4902D; }

 p { color: rgb(164,144,45); }

 H1.HeaderClassName
 {
   color: #A4902D;
 }
 .AnyTagClassName
 {
   color: #A4902D;
 }
</style>
background-color css

<style>
 a { background-color: #A4902D; }

 a { background-color: rgb(164,144,45); }

 div.DivClassName
 {
   background-color: #A4902D;
 }
 .BgClassName
 {
   background-color: #A4902D;
 }
</style>
border-color css

<style>
 span { border-color: #A4902D; }

 span { border-color: rgb(164,144,45); }

 td.TdClassName
 {
   border-color: #A4902D;
 }
 .TagClassName
 {
   border-color: #A4902D;
 }
</style>