Shades of Reef Gold #A8953A
Tints of Reef Gold #A8953A
RGB
CMYK
RGB Variations
Color information
#A8953A (or 0xA8953A) is known color: Reef Gold. HEX triplet: A8, 95 and 3A. RGB value is (168,149,58). Sum of RGB (Red+Green+Blue) = 168+149+58=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8953A is #576AC5. Grayscale: #909090. Windows color (decimal): -5728966 or 3839400. OLE color: 3839400.
HSL color Cylindrical-coordinate representation of color #A8953A: hue angle of 49.64º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8953A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 58 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.34 |
| HSL | 49.64º | 0.49% | 0.44% | - |
| HSV(B) | 49.64º | 0.65% | 0.66% | - |
| XYZ | 27.66 | 30.13 | 8.36 | - |
| YUV | 144.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 58 | 0 | 0.11 | 0.65 | 0.34 | 49.64 | 0.49 | 0.44 |
| Hex | A8 | 95 | 3A | 0 | B | 41 | 22 | 32 | 31 | 2C |
| Octal | 250 | 225 | 72 | 0 | 13 | 101 | 42 | 62 | 61 | 54 |
| Binary | 10101000 | 10010101 | 111010 | 0 | 1011 | 1000001 | 100010 | 110010 | 110001 | 101100 |
Color Harmonies of #A8953A
Complementary color
Monochromatic Colors of #A8953A
Black with #A8953A
Text Example
Text Example
White with #A8953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8953A; }
p { color: rgb(168,149,58); }
H1.HeaderClassName
{
color: #A8953A;
}
.AnyTagClassName
{
color: #A8953A;
}
</style>
background-color css
<style>
a { background-color: #A8953A; }
a { background-color: rgb(168,149,58); }
div.DivClassName
{
background-color: #A8953A;
}
.BgClassName
{
background-color: #A8953A;
}
</style>
border-color css
<style>
span { border-color: #A8953A; }
span { border-color: rgb(168,149,58); }
td.TdClassName
{
border-color: #A8953A;
}
.TagClassName
{
border-color: #A8953A;
}
</style>