Shades of Reef Gold #A08839
Tints of Reef Gold #A08839
RGB
CMYK
RGB Variations
Color information
#A08839 (or 0xA08839) is known color: Reef Gold. HEX triplet: A0, 88 and 39. RGB value is (160,136,57). Sum of RGB (Red+Green+Blue) = 160+136+57=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A08839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08839 is #5F77C6. Grayscale: #868686. Windows color (decimal): -6256583 or 3770528. OLE color: 3770528.
HSL color Cylindrical-coordinate representation of color #A08839: hue angle of 46.02º 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 #A08839 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 57 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.37 |
| HSL | 46.02º | 0.47% | 0.43% | - |
| HSV(B) | 46.02º | 0.64% | 0.63% | - |
| XYZ | 24.04 | 25.38 | 7.5 | - |
| YUV | 134.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 57 | 0 | 0.15 | 0.64 | 0.37 | 46.02 | 0.47 | 0.43 |
| Hex | A0 | 88 | 39 | 0 | F | 40 | 25 | 2E | 2F | 2B |
| Octal | 240 | 210 | 71 | 0 | 17 | 100 | 45 | 56 | 57 | 53 |
| Binary | 10100000 | 10001000 | 111001 | 0 | 1111 | 1000000 | 100101 | 101110 | 101111 | 101011 |
Color Harmonies of #A08839
Complementary color
Monochromatic Colors of #A08839
Black with #A08839
Text Example
Text Example
White with #A08839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08839; }
p { color: rgb(160,136,57); }
H1.HeaderClassName
{
color: #A08839;
}
.AnyTagClassName
{
color: #A08839;
}
</style>
background-color css
<style>
a { background-color: #A08839; }
a { background-color: rgb(160,136,57); }
div.DivClassName
{
background-color: #A08839;
}
.BgClassName
{
background-color: #A08839;
}
</style>
border-color css
<style>
span { border-color: #A08839; }
span { border-color: rgb(160,136,57); }
td.TdClassName
{
border-color: #A08839;
}
.TagClassName
{
border-color: #A08839;
}
</style>