Shades of Reef Gold #A08D35
Tints of Reef Gold #A08D35
RGB
CMYK
RGB Variations
Color information
#A08D35 (or 0xA08D35) is known color: Reef Gold. HEX triplet: A0, 8D and 35. RGB value is (160,141,53). Sum of RGB (Red+Green+Blue) = 160+141+53=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D35 is #5F72CA. Grayscale: #898989. Windows color (decimal): -6255307 or 3509664. OLE color: 3509664.
HSL color Cylindrical-coordinate representation of color #A08D35: hue angle of 49.35º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A08D35 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 53 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.37 |
| HSL | 49.35º | 0.5% | 0.42% | - |
| HSV(B) | 49.35º | 0.67% | 0.63% | - |
| XYZ | 24.66 | 26.78 | 7.24 | - |
| YUV | 136.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 53 | 0 | 0.12 | 0.67 | 0.37 | 49.35 | 0.5 | 0.42 |
| Hex | A0 | 8D | 35 | 0 | C | 43 | 25 | 31 | 32 | 2A |
| Octal | 240 | 215 | 65 | 0 | 14 | 103 | 45 | 61 | 62 | 52 |
| Binary | 10100000 | 10001101 | 110101 | 0 | 1100 | 1000011 | 100101 | 110001 | 110010 | 101010 |
Color Harmonies of #A08D35
Complementary color
Monochromatic Colors of #A08D35
Black with #A08D35
Text Example
Text Example
White with #A08D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D35; }
p { color: rgb(160,141,53); }
H1.HeaderClassName
{
color: #A08D35;
}
.AnyTagClassName
{
color: #A08D35;
}
</style>
background-color css
<style>
a { background-color: #A08D35; }
a { background-color: rgb(160,141,53); }
div.DivClassName
{
background-color: #A08D35;
}
.BgClassName
{
background-color: #A08D35;
}
</style>
border-color css
<style>
span { border-color: #A08D35; }
span { border-color: rgb(160,141,53); }
td.TdClassName
{
border-color: #A08D35;
}
.TagClassName
{
border-color: #A08D35;
}
</style>