Shades of Reef Gold #A08C2F
Tints of Reef Gold #A08C2F
RGB
CMYK
RGB Variations
Color information
#A08C2F (or 0xA08C2F) is known color: Reef Gold. HEX triplet: A0, 8C and 2F. RGB value is (160,140,47). Sum of RGB (Red+Green+Blue) = 160+140+47=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C2F is #5F73D0. Grayscale: #878787. Windows color (decimal): -6255569 or 3116192. OLE color: 3116192.
HSL color Cylindrical-coordinate representation of color #A08C2F: hue angle of 49.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A08C2F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 47 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.37 |
| HSL | 49.38º | 0.55% | 0.41% | - |
| HSV(B) | 49.38º | 0.71% | 0.63% | - |
| XYZ | 24.39 | 26.43 | 6.51 | - |
| YUV | 135.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 47 | 0 | 0.12 | 0.71 | 0.37 | 49.38 | 0.55 | 0.41 |
| Hex | A0 | 8C | 2F | 0 | C | 47 | 25 | 31 | 37 | 29 |
| Octal | 240 | 214 | 57 | 0 | 14 | 107 | 45 | 61 | 67 | 51 |
| Binary | 10100000 | 10001100 | 101111 | 0 | 1100 | 1000111 | 100101 | 110001 | 110111 | 101001 |
Color Harmonies of #A08C2F
Complementary color
Monochromatic Colors of #A08C2F
Black with #A08C2F
Text Example
Text Example
White with #A08C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C2F; }
p { color: rgb(160,140,47); }
H1.HeaderClassName
{
color: #A08C2F;
}
.AnyTagClassName
{
color: #A08C2F;
}
</style>
background-color css
<style>
a { background-color: #A08C2F; }
a { background-color: rgb(160,140,47); }
div.DivClassName
{
background-color: #A08C2F;
}
.BgClassName
{
background-color: #A08C2F;
}
</style>
border-color css
<style>
span { border-color: #A08C2F; }
span { border-color: rgb(160,140,47); }
td.TdClassName
{
border-color: #A08C2F;
}
.TagClassName
{
border-color: #A08C2F;
}
</style>