Shades of Reef Gold #A08033
Tints of Reef Gold #A08033
RGB
CMYK
RGB Variations
Color information
#A08033 (or 0xA08033) is known color: 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
| RGB | 160 | 128 | 51 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.37 |
| HSL | 42.39º | 0.52% | 0.41% | - |
| HSV(B) | 42.39º | 0.68% | 0.63% | - |
| XYZ | 22.81 | 23.15 | 6.4 | - |
| YUV | 128.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 51 | 0 | 0.20 | 0.68 | 0.37 | 42.39 | 0.52 | 0.41 |
| Hex | A0 | 80 | 33 | 0 | 14 | 44 | 25 | 2A | 34 | 29 |
| Octal | 240 | 200 | 63 | 0 | 24 | 104 | 45 | 52 | 64 | 51 |
| Binary | 10100000 | 10000000 | 110011 | 0 | 10100 | 1000100 | 100101 | 101010 | 110100 | 101001 |
Color Harmonies of #A08033
Complementary color
Monochromatic Colors of #A08033
Black with #A08033
Text Example
Text Example
White with #A08033
Text Example
Text Example
HTML Codes & Css Web 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>