#A08033

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

Shades of Reef Gold #A08033

Tints of Reef Gold #A08033

Color information

#A08033 (or 0xA08033) is unknown color: approx Reef Gold. HEX triplet: A0, 80 and 33. RGB value is (160,128,51). Sum of RGB (Red+Green+Blue) = 160+128+51=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A08033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08033 is #5F7FCC. Grayscale: #818181. Windows color (decimal): -6258637 or 3375264. OLE color: 3375264.

HSL color Cylindrical-coordinate representation of color #A08033: hue angle of 42.39º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A08033 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB16012851-
CMYK00.200.680.37
HSL42.39º51.66%41.37%-
HSV(B)42.39º68.12%62.75%-
XYZ22.8123.156.4-
YUV128.7984.1150.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=47.20%
G=37.76%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601285100.200.680.3742.3951.6641.37
HexA0803301444252a3429
Octal2402006302410445526451
Binary10100000100000001100110101001000100100101101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08033; }

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

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

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

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

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

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

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

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