Shades of Reef Gold #A08C3E
Tints of Reef Gold #A08C3E
RGB
CMYK
RGB Variations
Color information
#A08C3E (or 0xA08C3E) is known color: Reef Gold. HEX triplet: A0, 8C and 3E. RGB value is (160,140,62). Sum of RGB (Red+Green+Blue) = 160+140+62=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C3E is #5F73C1. Grayscale: #898989. Windows color (decimal): -6255554 or 4099232. OLE color: 4099232.
HSL color Cylindrical-coordinate representation of color #A08C3E: hue angle of 47.76º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A08C3E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 62 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.37 |
| HSL | 47.76º | 0.44% | 0.44% | - |
| HSV(B) | 47.76º | 0.61% | 0.63% | - |
| XYZ | 24.74 | 26.58 | 8.38 | - |
| YUV | 137.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 62 | 0 | 0.12 | 0.61 | 0.37 | 47.76 | 0.44 | 0.44 |
| Hex | A0 | 8C | 3E | 0 | C | 3D | 25 | 30 | 2C | 2C |
| Octal | 240 | 214 | 76 | 0 | 14 | 75 | 45 | 60 | 54 | 54 |
| Binary | 10100000 | 10001100 | 111110 | 0 | 1100 | 111101 | 100101 | 110000 | 101100 | 101100 |
Color Harmonies of #A08C3E
Complementary color
Monochromatic Colors of #A08C3E
Black with #A08C3E
Text Example
Text Example
White with #A08C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C3E; }
p { color: rgb(160,140,62); }
H1.HeaderClassName
{
color: #A08C3E;
}
.AnyTagClassName
{
color: #A08C3E;
}
</style>
background-color css
<style>
a { background-color: #A08C3E; }
a { background-color: rgb(160,140,62); }
div.DivClassName
{
background-color: #A08C3E;
}
.BgClassName
{
background-color: #A08C3E;
}
</style>
border-color css
<style>
span { border-color: #A08C3E; }
span { border-color: rgb(160,140,62); }
td.TdClassName
{
border-color: #A08C3E;
}
.TagClassName
{
border-color: #A08C3E;
}
</style>