Shades of Reef Gold #AA953A
Tints of Reef Gold #AA953A
RGB
CMYK
RGB Variations
Color information
#AA953A (or 0xAA953A) is known color: Reef Gold. HEX triplet: AA, 95 and 3A. RGB value is (170,149,58). Sum of RGB (Red+Green+Blue) = 170+149+58=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA953A is #556AC5. Grayscale: #919191. Windows color (decimal): -5597894 or 3839402. OLE color: 3839402.
HSL color Cylindrical-coordinate representation of color #AA953A: hue angle of 48.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA953A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 58 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.33 |
| HSL | 48.75º | 0.49% | 0.45% | - |
| HSV(B) | 48.75º | 0.66% | 0.67% | - |
| XYZ | 28.09 | 30.35 | 8.38 | - |
| YUV | 144.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 58 | 0 | 0.12 | 0.66 | 0.33 | 48.75 | 0.49 | 0.45 |
| Hex | AA | 95 | 3A | 0 | C | 42 | 21 | 31 | 31 | 2D |
| Octal | 252 | 225 | 72 | 0 | 14 | 102 | 41 | 61 | 61 | 55 |
| Binary | 10101010 | 10010101 | 111010 | 0 | 1100 | 1000010 | 100001 | 110001 | 110001 | 101101 |
Color Harmonies of #AA953A
Complementary color
Monochromatic Colors of #AA953A
Black with #AA953A
Text Example
Text Example
White with #AA953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA953A; }
p { color: rgb(170,149,58); }
H1.HeaderClassName
{
color: #AA953A;
}
.AnyTagClassName
{
color: #AA953A;
}
</style>
background-color css
<style>
a { background-color: #AA953A; }
a { background-color: rgb(170,149,58); }
div.DivClassName
{
background-color: #AA953A;
}
.BgClassName
{
background-color: #AA953A;
}
</style>
border-color css
<style>
span { border-color: #AA953A; }
span { border-color: rgb(170,149,58); }
td.TdClassName
{
border-color: #AA953A;
}
.TagClassName
{
border-color: #AA953A;
}
</style>