Shades of Reef Gold #A8952E
Tints of Reef Gold #A8952E
RGB
CMYK
RGB Variations
Color information
#A8952E (or 0xA8952E) is known color: Reef Gold. HEX triplet: A8, 95 and 2E. RGB value is (168,149,46). Sum of RGB (Red+Green+Blue) = 168+149+46=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8952E is #576AD1. Grayscale: #8F8F8F. Windows color (decimal): -5728978 or 3052968. OLE color: 3052968.
HSL color Cylindrical-coordinate representation of color #A8952E: hue angle of 50.66º 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 #A8952E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 46 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.34 |
| HSL | 50.66º | 0.57% | 0.42% | - |
| HSV(B) | 50.66º | 0.73% | 0.66% | - |
| XYZ | 27.39 | 30.02 | 6.94 | - |
| YUV | 142.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 46 | 0 | 0.11 | 0.73 | 0.34 | 50.66 | 0.57 | 0.42 |
| Hex | A8 | 95 | 2E | 0 | B | 49 | 22 | 33 | 39 | 2A |
| Octal | 250 | 225 | 56 | 0 | 13 | 111 | 42 | 63 | 71 | 52 |
| Binary | 10101000 | 10010101 | 101110 | 0 | 1011 | 1001001 | 100010 | 110011 | 111001 | 101010 |
Color Harmonies of #A8952E
Complementary color
Monochromatic Colors of #A8952E
Black with #A8952E
Text Example
Text Example
White with #A8952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8952E; }
p { color: rgb(168,149,46); }
H1.HeaderClassName
{
color: #A8952E;
}
.AnyTagClassName
{
color: #A8952E;
}
</style>
background-color css
<style>
a { background-color: #A8952E; }
a { background-color: rgb(168,149,46); }
div.DivClassName
{
background-color: #A8952E;
}
.BgClassName
{
background-color: #A8952E;
}
</style>
border-color css
<style>
span { border-color: #A8952E; }
span { border-color: rgb(168,149,46); }
td.TdClassName
{
border-color: #A8952E;
}
.TagClassName
{
border-color: #A8952E;
}
</style>