Shades of Reef Gold #A08C2E
Tints of Reef Gold #A08C2E
RGB
CMYK
RGB Variations
Color information
#A08C2E (or 0xA08C2E) is known color: Reef Gold. HEX triplet: A0, 8C and 2E. RGB value is (160,140,46). Sum of RGB (Red+Green+Blue) = 160+140+46=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C2E is #5F73D1. Grayscale: #878787. Windows color (decimal): -6255570 or 3050656. OLE color: 3050656.
HSL color Cylindrical-coordinate representation of color #A08C2E: hue angle of 49.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A08C2E is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 46 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.37 |
| HSL | 49.47º | 0.55% | 0.4% | - |
| HSV(B) | 49.47º | 0.71% | 0.63% | - |
| XYZ | 24.37 | 26.43 | 6.4 | - |
| YUV | 135.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 46 | 0 | 0.12 | 0.71 | 0.37 | 49.47 | 0.55 | 0.4 |
| Hex | A0 | 8C | 2E | 0 | C | 47 | 25 | 31 | 37 | 28 |
| Octal | 240 | 214 | 56 | 0 | 14 | 107 | 45 | 61 | 67 | 50 |
| Binary | 10100000 | 10001100 | 101110 | 0 | 1100 | 1000111 | 100101 | 110001 | 110111 | 101000 |
Color Harmonies of #A08C2E
Complementary color
Monochromatic Colors of #A08C2E
Black with #A08C2E
Text Example
Text Example
White with #A08C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C2E; }
p { color: rgb(160,140,46); }
H1.HeaderClassName
{
color: #A08C2E;
}
.AnyTagClassName
{
color: #A08C2E;
}
</style>
background-color css
<style>
a { background-color: #A08C2E; }
a { background-color: rgb(160,140,46); }
div.DivClassName
{
background-color: #A08C2E;
}
.BgClassName
{
background-color: #A08C2E;
}
</style>
border-color css
<style>
span { border-color: #A08C2E; }
span { border-color: rgb(160,140,46); }
td.TdClassName
{
border-color: #A08C2E;
}
.TagClassName
{
border-color: #A08C2E;
}
</style>