Shades of Reef Gold #A08E38
Tints of Reef Gold #A08E38
RGB
CMYK
RGB Variations
Color information
#A08E38 (or 0xA08E38) is known color: Reef Gold. HEX triplet: A0, 8E and 38. RGB value is (160,142,56). Sum of RGB (Red+Green+Blue) = 160+142+56=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E38 is #5F71C7. Grayscale: #898989. Windows color (decimal): -6255048 or 3706528. OLE color: 3706528.
HSL color Cylindrical-coordinate representation of color #A08E38: hue angle of 49.62º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A08E38 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 56 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.37 |
| HSL | 49.62º | 0.48% | 0.42% | - |
| HSV(B) | 49.62º | 0.65% | 0.63% | - |
| XYZ | 24.88 | 27.11 | 7.66 | - |
| YUV | 137.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 56 | 0 | 0.11 | 0.65 | 0.37 | 49.62 | 0.48 | 0.42 |
| Hex | A0 | 8E | 38 | 0 | B | 41 | 25 | 32 | 30 | 2A |
| Octal | 240 | 216 | 70 | 0 | 13 | 101 | 45 | 62 | 60 | 52 |
| Binary | 10100000 | 10001110 | 111000 | 0 | 1011 | 1000001 | 100101 | 110010 | 110000 | 101010 |
Color Harmonies of #A08E38
Complementary color
Monochromatic Colors of #A08E38
Black with #A08E38
Text Example
Text Example
White with #A08E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E38; }
p { color: rgb(160,142,56); }
H1.HeaderClassName
{
color: #A08E38;
}
.AnyTagClassName
{
color: #A08E38;
}
</style>
background-color css
<style>
a { background-color: #A08E38; }
a { background-color: rgb(160,142,56); }
div.DivClassName
{
background-color: #A08E38;
}
.BgClassName
{
background-color: #A08E38;
}
</style>
border-color css
<style>
span { border-color: #A08E38; }
span { border-color: rgb(160,142,56); }
td.TdClassName
{
border-color: #A08E38;
}
.TagClassName
{
border-color: #A08E38;
}
</style>