#a49132

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

Shades of Reef Gold #A49132

Tints of Reef Gold #A49132

Color information

#A49132 (or 0xA49132) is unknown color: approx Reef Gold. HEX triplet: A4, 91 and 32. RGB value is (164,145,50). Sum of RGB (Red+Green+Blue) = 164+145+50=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A49132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49132 is #5B6ECD. Grayscale: #8C8C8C. Windows color (decimal): -5992142 or 3314084. OLE color: 3314084.

HSL color Cylindrical-coordinate representation of color #A49132: hue angle of 50º 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 #A49132 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16414550-
CMYK00.120.700.36
HSL50º53.27%41.96%-
HSV(B)50º69.51%64.31%-
XYZ26.0128.377.12-
YUV139.8577.29145.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=45.68%
G=40.39%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641455000.120.700.365053.2741.96
HexA491320C462432352a
Octal2442216201410644626552
Binary1010010010010001110010011001000110100100110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a49132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a49132; }

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

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

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

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

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

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

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

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