#A29539

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

Shades of Reef Gold #A29539

Tints of Reef Gold #A29539

Color information

#A29539 (or 0xA29539) is unknown color: approx Reef Gold. HEX triplet: A2, 95 and 39. RGB value is (162,149,57). Sum of RGB (Red+Green+Blue) = 162+149+57=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A29539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29539 is #5D6AC6. Grayscale: #8E8E8E. Windows color (decimal): -6122183 or 3773858. OLE color: 3773858.

HSL color Cylindrical-coordinate representation of color #A29539: hue angle of 52.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29539 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16214957-
CMYK00.080.650.36
HSL52.57º47.95%42.94%-
HSV(B)52.57º64.81%63.53%-
XYZ26.3929.478.17-
YUV142.479.81141.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 57 (22.66% from 255) = 15.49%
R=44.02%
G=40.49%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621495700.080.650.3652.5747.9542.94
HexA2953908412435302b
Octal2422257101010144656053
Binary1010001010010101111001010001000001100100110101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29539; }

 p { color: rgb(162,149,57); }

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

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

 a { background-color: rgb(162,149,57); }

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

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

 span { border-color: rgb(162,149,57); }

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