#A08037

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

Shades of Reef Gold #A08037

Tints of Reef Gold #A08037

Color information

#A08037 (or 0xA08037) is unknown color: approx Reef Gold. HEX triplet: A0, 80 and 37. RGB value is (160,128,55). Sum of RGB (Red+Green+Blue) = 160+128+55=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A08037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08037 is #5F7FC8. Grayscale: #818181. Windows color (decimal): -6258633 or 3637408. OLE color: 3637408.

HSL color Cylindrical-coordinate representation of color #A08037: hue angle of 41.71º degrees, saturation: 0.49, 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 #A08037 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16012855-
CMYK00.200.660.37
HSL41.71º48.84%42.16%-
HSV(B)41.71º65.62%62.75%-
XYZ22.9123.196.88-
YUV129.2586.1149.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=46.65%
G=37.32%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601285500.200.660.3741.7148.8442.16
HexA0803701442252a312a
Octal2402006702410245526152
Binary10100000100000001101110101001000010100101101010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08037; }

 p { color: rgb(160,128,55); }

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

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

 a { background-color: rgb(160,128,55); }

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

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

 span { border-color: rgb(160,128,55); }

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