Shades of Reef Gold #A0912E
Tints of Reef Gold #A0912E
RGB
CMYK
RGB Variations
Color information
#A0912E (or 0xA0912E) is known color: Reef Gold. HEX triplet: A0, 91 and 2E. RGB value is (160,145,46). Sum of RGB (Red+Green+Blue) = 160+145+46=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0912E is #5F6ED1. Grayscale: #8A8A8A. Windows color (decimal): -6254290 or 3051936. OLE color: 3051936.
HSL color Cylindrical-coordinate representation of color #A0912E: hue angle of 52.11º 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 #A0912E is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 46 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.37 |
| HSL | 52.11º | 0.55% | 0.4% | - |
| HSV(B) | 52.11º | 0.71% | 0.63% | - |
| XYZ | 25.12 | 27.92 | 6.65 | - |
| YUV | 138.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 46 | 0 | 0.09 | 0.71 | 0.37 | 52.11 | 0.55 | 0.4 |
| Hex | A0 | 91 | 2E | 0 | 9 | 47 | 25 | 34 | 37 | 28 |
| Octal | 240 | 221 | 56 | 0 | 11 | 107 | 45 | 64 | 67 | 50 |
| Binary | 10100000 | 10010001 | 101110 | 0 | 1001 | 1000111 | 100101 | 110100 | 110111 | 101000 |
Color Harmonies of #A0912E
Complementary color
Monochromatic Colors of #A0912E
Black with #A0912E
Text Example
Text Example
White with #A0912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0912E; }
p { color: rgb(160,145,46); }
H1.HeaderClassName
{
color: #A0912E;
}
.AnyTagClassName
{
color: #A0912E;
}
</style>
background-color css
<style>
a { background-color: #A0912E; }
a { background-color: rgb(160,145,46); }
div.DivClassName
{
background-color: #A0912E;
}
.BgClassName
{
background-color: #A0912E;
}
</style>
border-color css
<style>
span { border-color: #A0912E; }
span { border-color: rgb(160,145,46); }
td.TdClassName
{
border-color: #A0912E;
}
.TagClassName
{
border-color: #A0912E;
}
</style>