Shades of Reef Gold #A08C34
Tints of Reef Gold #A08C34
RGB
CMYK
RGB Variations
Color information
#A08C34 (or 0xA08C34) is known color: Reef Gold. HEX triplet: A0, 8C and 34. RGB value is (160,140,52). Sum of RGB (Red+Green+Blue) = 160+140+52=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C34 is #5F73CB. Grayscale: #888888. Windows color (decimal): -6255564 or 3443872. OLE color: 3443872.
HSL color Cylindrical-coordinate representation of color #A08C34: hue angle of 48.89º 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 #A08C34 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 52 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.37 |
| HSL | 48.89º | 0.51% | 0.42% | - |
| HSV(B) | 48.89º | 0.68% | 0.63% | - |
| XYZ | 24.5 | 26.48 | 7.07 | - |
| YUV | 135.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 52 | 0 | 0.12 | 0.68 | 0.37 | 48.89 | 0.51 | 0.42 |
| Hex | A0 | 8C | 34 | 0 | C | 44 | 25 | 31 | 33 | 2A |
| Octal | 240 | 214 | 64 | 0 | 14 | 104 | 45 | 61 | 63 | 52 |
| Binary | 10100000 | 10001100 | 110100 | 0 | 1100 | 1000100 | 100101 | 110001 | 110011 | 101010 |
Color Harmonies of #A08C34
Complementary color
Monochromatic Colors of #A08C34
Black with #A08C34
Text Example
Text Example
White with #A08C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C34; }
p { color: rgb(160,140,52); }
H1.HeaderClassName
{
color: #A08C34;
}
.AnyTagClassName
{
color: #A08C34;
}
</style>
background-color css
<style>
a { background-color: #A08C34; }
a { background-color: rgb(160,140,52); }
div.DivClassName
{
background-color: #A08C34;
}
.BgClassName
{
background-color: #A08C34;
}
</style>
border-color css
<style>
span { border-color: #A08C34; }
span { border-color: rgb(160,140,52); }
td.TdClassName
{
border-color: #A08C34;
}
.TagClassName
{
border-color: #A08C34;
}
</style>