#A08D36

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

Shades of Reef Gold #A08D36

Tints of Reef Gold #A08D36

Color information

#A08D36 (or 0xA08D36) is unknown color: approx Reef Gold. HEX triplet: A0, 8D and 36. RGB value is (160,141,54). Sum of RGB (Red+Green+Blue) = 160+141+54=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D36 is #5F72C9. Grayscale: #898989. Windows color (decimal): -6255306 or 3575200. OLE color: 3575200.

HSL color Cylindrical-coordinate representation of color #A08D36: hue angle of 49.25º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A08D36 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16014154-
CMYK00.120.660.37
HSL49.25º49.53%41.96%-
HSV(B)49.25º66.25%62.75%-
XYZ24.6926.797.36-
YUV136.7681.29144.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=45.07%
G=39.72%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601415400.120.660.3749.2549.5341.96
HexA08D360C422531322a
Octal2402156601410245616252
Binary1010000010001101110110011001000010100101110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D36; }

 p { color: rgb(160,141,54); }

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

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

 a { background-color: rgb(160,141,54); }

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

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

 span { border-color: rgb(160,141,54); }

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