Shades of Reef Gold #A8902E
Tints of Reef Gold #A8902E
RGB
CMYK
RGB Variations
Color information
#A8902E (or 0xA8902E) is known color: Reef Gold. HEX triplet: A8, 90 and 2E. RGB value is (168,144,46). Sum of RGB (Red+Green+Blue) = 168+144+46=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8902E is #576FD1. Grayscale: #8C8C8C. Windows color (decimal): -5730258 or 3051688. OLE color: 3051688.
HSL color Cylindrical-coordinate representation of color #A8902E: hue angle of 48.2º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8902E is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 46 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.34 |
| HSL | 48.2º | 0.57% | 0.42% | - |
| HSV(B) | 48.2º | 0.73% | 0.66% | - |
| XYZ | 26.61 | 28.47 | 6.68 | - |
| YUV | 140 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 46 | 0 | 0.14 | 0.73 | 0.34 | 48.2 | 0.57 | 0.42 |
| Hex | A8 | 90 | 2E | 0 | E | 49 | 22 | 30 | 39 | 2A |
| Octal | 250 | 220 | 56 | 0 | 16 | 111 | 42 | 60 | 71 | 52 |
| Binary | 10101000 | 10010000 | 101110 | 0 | 1110 | 1001001 | 100010 | 110000 | 111001 | 101010 |
Color Harmonies of #A8902E
Complementary color
Monochromatic Colors of #A8902E
Black with #A8902E
Text Example
Text Example
White with #A8902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8902E; }
p { color: rgb(168,144,46); }
H1.HeaderClassName
{
color: #A8902E;
}
.AnyTagClassName
{
color: #A8902E;
}
</style>
background-color css
<style>
a { background-color: #A8902E; }
a { background-color: rgb(168,144,46); }
div.DivClassName
{
background-color: #A8902E;
}
.BgClassName
{
background-color: #A8902E;
}
</style>
border-color css
<style>
span { border-color: #A8902E; }
span { border-color: rgb(168,144,46); }
td.TdClassName
{
border-color: #A8902E;
}
.TagClassName
{
border-color: #A8902E;
}
</style>