#A29033

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

Shades of Reef Gold #A29033

Tints of Reef Gold #A29033

Color information

#A29033 (or 0xA29033) is unknown color: approx Reef Gold. HEX triplet: A2, 90 and 33. RGB value is (162,144,51). Sum of RGB (Red+Green+Blue) = 162+144+51=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A29033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29033 is #5D6FCC. Grayscale: #8B8B8B. Windows color (decimal): -6123469 or 3379362. OLE color: 3379362.

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

Color convert

RGB16214451-
CMYK00.110.690.36
HSL50.27º52.11%41.76%-
HSV(B)50.27º68.52%63.53%-
XYZ25.4727.877.17-
YUV138.7878.46144.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=45.38%
G=40.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621445100.110.690.3650.2752.1141.76
HexA290330B452432342a
Octal2422206301310544626452
Binary1010001010010000110011010111000101100100110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29033; }

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

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

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

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

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

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

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

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