#A29E34

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

Shades of Reef Gold #A29E34

Tints of Reef Gold #A29E34

Color information

#A29E34 (or 0xA29E34) is unknown color: approx Reef Gold. HEX triplet: A2, 9E and 34. RGB value is (162,158,52). Sum of RGB (Red+Green+Blue) = 162+158+52=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E34 is #5D61CB. Grayscale: #939393. Windows color (decimal): -6119884 or 3448482. OLE color: 3448482.

HSL color Cylindrical-coordinate representation of color #A29E34: hue angle of 57.82º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A29E34 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16215852-
CMYK00.020.680.36
HSL57.82º51.4%41.96%-
HSV(B)57.82º67.9%63.53%-
XYZ27.7532.388.04-
YUV147.1174.33138.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 158 (62.11% from 255) = 42.47%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=43.55%
G=42.47%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621585200.020.680.3657.8251.441.96
HexA29E340244243a332a
Octal242236640210444726352
Binary10100010100111101101000101000100100100111010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E34; }

 p { color: rgb(162,158,52); }

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

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

 a { background-color: rgb(162,158,52); }

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

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

 span { border-color: rgb(162,158,52); }

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