#A29036

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

Shades of Reef Gold #A29036

Tints of Reef Gold #A29036

Color information

#A29036 (or 0xA29036) is unknown color: approx Reef Gold. HEX triplet: A2, 90 and 36. RGB value is (162,144,54). Sum of RGB (Red+Green+Blue) = 162+144+54=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A29036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29036 is #5D6FC9. Grayscale: #8B8B8B. Windows color (decimal): -6123466 or 3575970. OLE color: 3575970.

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

Color convert

RGB16214454-
CMYK00.110.670.36
HSL50º50%42.35%-
HSV(B)50º66.67%63.53%-
XYZ25.5427.897.53-
YUV139.1279.96144.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 54 (21.48% from 255) = 15%
R=45%
G=40%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621445400.110.670.36505042.35
HexA290360B432432322a
Octal2422206601310344626252
Binary1010001010010000110110010111000011100100110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29036; }

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

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

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

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

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

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

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

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