Shades of Reef Gold #A08D3E
Tints of Reef Gold #A08D3E
RGB
CMYK
RGB Variations
Color information
#A08D3E (or 0xA08D3E) is known color: Reef Gold. HEX triplet: A0, 8D and 3E. RGB value is (160,141,62). Sum of RGB (Red+Green+Blue) = 160+141+62=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08D3E is #5F72C1. Grayscale: #8A8A8A. Windows color (decimal): -6255298 or 4099488. OLE color: 4099488.
HSL color Cylindrical-coordinate representation of color #A08D3E: hue angle of 48.37º 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 #A08D3E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 62 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.37 |
| HSL | 48.37º | 0.44% | 0.44% | - |
| HSV(B) | 48.37º | 0.61% | 0.63% | - |
| XYZ | 24.89 | 26.87 | 8.43 | - |
| YUV | 137.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 62 | 0 | 0.12 | 0.61 | 0.37 | 48.37 | 0.44 | 0.44 |
| Hex | A0 | 8D | 3E | 0 | C | 3D | 25 | 30 | 2C | 2C |
| Octal | 240 | 215 | 76 | 0 | 14 | 75 | 45 | 60 | 54 | 54 |
| Binary | 10100000 | 10001101 | 111110 | 0 | 1100 | 111101 | 100101 | 110000 | 101100 | 101100 |
Color Harmonies of #A08D3E
Complementary color
Monochromatic Colors of #A08D3E
Black with #A08D3E
Text Example
Text Example
White with #A08D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D3E; }
p { color: rgb(160,141,62); }
H1.HeaderClassName
{
color: #A08D3E;
}
.AnyTagClassName
{
color: #A08D3E;
}
</style>
background-color css
<style>
a { background-color: #A08D3E; }
a { background-color: rgb(160,141,62); }
div.DivClassName
{
background-color: #A08D3E;
}
.BgClassName
{
background-color: #A08D3E;
}
</style>
border-color css
<style>
span { border-color: #A08D3E; }
span { border-color: rgb(160,141,62); }
td.TdClassName
{
border-color: #A08D3E;
}
.TagClassName
{
border-color: #A08D3E;
}
</style>