Shades of Reef Gold #A08C39
Tints of Reef Gold #A08C39
RGB
CMYK
RGB Variations
Color information
#A08C39 (or 0xA08C39) is known color: Reef Gold. HEX triplet: A0, 8C and 39. RGB value is (160,140,57). Sum of RGB (Red+Green+Blue) = 160+140+57=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C39 is #5F73C6. Grayscale: #888888. Windows color (decimal): -6255559 or 3771552. OLE color: 3771552.
HSL color Cylindrical-coordinate representation of color #A08C39: hue angle of 48.35º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A08C39 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 57 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.37 |
| HSL | 48.35º | 0.47% | 0.43% | - |
| HSV(B) | 48.35º | 0.64% | 0.63% | - |
| XYZ | 24.61 | 26.53 | 7.69 | - |
| YUV | 136.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 57 | 0 | 0.12 | 0.64 | 0.37 | 48.35 | 0.47 | 0.43 |
| Hex | A0 | 8C | 39 | 0 | C | 40 | 25 | 30 | 2F | 2B |
| Octal | 240 | 214 | 71 | 0 | 14 | 100 | 45 | 60 | 57 | 53 |
| Binary | 10100000 | 10001100 | 111001 | 0 | 1100 | 1000000 | 100101 | 110000 | 101111 | 101011 |
Color Harmonies of #A08C39
Complementary color
Monochromatic Colors of #A08C39
Black with #A08C39
Text Example
Text Example
White with #A08C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C39; }
p { color: rgb(160,140,57); }
H1.HeaderClassName
{
color: #A08C39;
}
.AnyTagClassName
{
color: #A08C39;
}
</style>
background-color css
<style>
a { background-color: #A08C39; }
a { background-color: rgb(160,140,57); }
div.DivClassName
{
background-color: #A08C39;
}
.BgClassName
{
background-color: #A08C39;
}
</style>
border-color css
<style>
span { border-color: #A08C39; }
span { border-color: rgb(160,140,57); }
td.TdClassName
{
border-color: #A08C39;
}
.TagClassName
{
border-color: #A08C39;
}
</style>