#A49732

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

Shades of Reef Gold #A49732

Tints of Reef Gold #A49732

Color information

#A49732 (or 0xA49732) is unknown color: approx Reef Gold. HEX triplet: A4, 97 and 32. RGB value is (164,151,50). Sum of RGB (Red+Green+Blue) = 164+151+50=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49732 is #5B68CD. Grayscale: #8F8F8F. Windows color (decimal): -5990606 or 3315620. OLE color: 3315620.

HSL color Cylindrical-coordinate representation of color #A49732: hue angle of 53.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A49732 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16415150-
CMYK00.080.700.36
HSL53.16º53.27%41.96%-
HSV(B)53.16º69.51%64.31%-
XYZ26.9530.267.44-
YUV143.3775.31142.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=44.93%
G=41.37%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641515000.080.700.3653.1653.2741.96
HexA4973208462435352a
Octal2442276201010644656552
Binary1010010010010111110010010001000110100100110101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49732; }

 p { color: rgb(164,151,50); }

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

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

 a { background-color: rgb(164,151,50); }

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

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

 span { border-color: rgb(164,151,50); }

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