Shades of Reef Gold #A08934
Tints of Reef Gold #A08934
RGB
CMYK
RGB Variations
Color information
#A08934 (or 0xA08934) is known color: Reef Gold. HEX triplet: A0, 89 and 34. RGB value is (160,137,52). Sum of RGB (Red+Green+Blue) = 160+137+52=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A08934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08934 is #5F76CB. Grayscale: #868686. Windows color (decimal): -6256332 or 3443104. OLE color: 3443104.
HSL color Cylindrical-coordinate representation of color #A08934: hue angle of 47.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A08934 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 52 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.37 |
| HSL | 47.22º | 0.51% | 0.42% | - |
| HSV(B) | 47.22º | 0.68% | 0.63% | - |
| XYZ | 24.06 | 25.61 | 6.92 | - |
| YUV | 134.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 52 | 0 | 0.14 | 0.68 | 0.37 | 47.22 | 0.51 | 0.42 |
| Hex | A0 | 89 | 34 | 0 | E | 44 | 25 | 2F | 33 | 2A |
| Octal | 240 | 211 | 64 | 0 | 16 | 104 | 45 | 57 | 63 | 52 |
| Binary | 10100000 | 10001001 | 110100 | 0 | 1110 | 1000100 | 100101 | 101111 | 110011 | 101010 |
Color Harmonies of #A08934
Complementary color
Monochromatic Colors of #A08934
Black with #A08934
Text Example
Text Example
White with #A08934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08934; }
p { color: rgb(160,137,52); }
H1.HeaderClassName
{
color: #A08934;
}
.AnyTagClassName
{
color: #A08934;
}
</style>
background-color css
<style>
a { background-color: #A08934; }
a { background-color: rgb(160,137,52); }
div.DivClassName
{
background-color: #A08934;
}
.BgClassName
{
background-color: #A08934;
}
</style>
border-color css
<style>
span { border-color: #A08934; }
span { border-color: rgb(160,137,52); }
td.TdClassName
{
border-color: #A08934;
}
.TagClassName
{
border-color: #A08934;
}
</style>