Shades of Reef Gold #A08F31
Tints of Reef Gold #A08F31
RGB
CMYK
RGB Variations
Color information
#A08F31 (or 0xA08F31) is known color: Reef Gold. HEX triplet: A0, 8F and 31. RGB value is (160,143,49). Sum of RGB (Red+Green+Blue) = 160+143+49=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F31 is #5F70CE. Grayscale: #898989. Windows color (decimal): -6254799 or 3248032. OLE color: 3248032.
HSL color Cylindrical-coordinate representation of color #A08F31: hue angle of 50.81º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A08F31 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 49 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.37 |
| HSL | 50.81º | 0.53% | 0.41% | - |
| HSV(B) | 50.81º | 0.69% | 0.63% | - |
| XYZ | 24.87 | 27.34 | 6.87 | - |
| YUV | 137.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 49 | 0 | 0.11 | 0.69 | 0.37 | 50.81 | 0.53 | 0.41 |
| Hex | A0 | 8F | 31 | 0 | B | 45 | 25 | 33 | 35 | 29 |
| Octal | 240 | 217 | 61 | 0 | 13 | 105 | 45 | 63 | 65 | 51 |
| Binary | 10100000 | 10001111 | 110001 | 0 | 1011 | 1000101 | 100101 | 110011 | 110101 | 101001 |
Color Harmonies of #A08F31
Complementary color
Monochromatic Colors of #A08F31
Black with #A08F31
Text Example
Text Example
White with #A08F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F31; }
p { color: rgb(160,143,49); }
H1.HeaderClassName
{
color: #A08F31;
}
.AnyTagClassName
{
color: #A08F31;
}
</style>
background-color css
<style>
a { background-color: #A08F31; }
a { background-color: rgb(160,143,49); }
div.DivClassName
{
background-color: #A08F31;
}
.BgClassName
{
background-color: #A08F31;
}
</style>
border-color css
<style>
span { border-color: #A08F31; }
span { border-color: rgb(160,143,49); }
td.TdClassName
{
border-color: #A08F31;
}
.TagClassName
{
border-color: #A08F31;
}
</style>