#A29034

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

Shades of Reef Gold #A29034

Tints of Reef Gold #A29034

Color information

#A29034 (or 0xA29034) is unknown color: approx Reef Gold. HEX triplet: A2, 90 and 34. RGB value is (162,144,52). Sum of RGB (Red+Green+Blue) = 162+144+52=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A29034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29034 is #5D6FCB. Grayscale: #8B8B8B. Windows color (decimal): -6123468 or 3444898. OLE color: 3444898.

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

Color convert

RGB16214452-
CMYK00.110.680.36
HSL50.18º51.4%41.96%-
HSV(B)50.18º67.9%63.53%-
XYZ25.4927.887.29-
YUV138.8978.96144.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 52 (20.70% from 255) = 14.53%
R=45.25%
G=40.22%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621445200.110.680.3650.1851.441.96
HexA290340B442432332a
Octal2422206401310444626352
Binary1010001010010000110100010111000100100100110010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29034; }

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

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

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

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

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

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

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

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