Shades of Reef Gold #AA9534
Tints of Reef Gold #AA9534
RGB
CMYK
RGB Variations
Color information
#AA9534 (or 0xAA9534) is known color: Reef Gold. HEX triplet: AA, 95 and 34. RGB value is (170,149,52). Sum of RGB (Red+Green+Blue) = 170+149+52=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9534 is #556ACB. Grayscale: #909090. Windows color (decimal): -5597900 or 3446186. OLE color: 3446186.
HSL color Cylindrical-coordinate representation of color #AA9534: hue angle of 49.32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA9534 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 52 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.33 |
| HSL | 49.32º | 0.53% | 0.44% | - |
| HSV(B) | 49.32º | 0.69% | 0.67% | - |
| XYZ | 27.94 | 30.29 | 7.62 | - |
| YUV | 144.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 52 | 0 | 0.12 | 0.69 | 0.33 | 49.32 | 0.53 | 0.44 |
| Hex | AA | 95 | 34 | 0 | C | 45 | 21 | 31 | 35 | 2C |
| Octal | 252 | 225 | 64 | 0 | 14 | 105 | 41 | 61 | 65 | 54 |
| Binary | 10101010 | 10010101 | 110100 | 0 | 1100 | 1000101 | 100001 | 110001 | 110101 | 101100 |
Color Harmonies of #AA9534
Complementary color
Monochromatic Colors of #AA9534
Black with #AA9534
Text Example
Text Example
White with #AA9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9534; }
p { color: rgb(170,149,52); }
H1.HeaderClassName
{
color: #AA9534;
}
.AnyTagClassName
{
color: #AA9534;
}
</style>
background-color css
<style>
a { background-color: #AA9534; }
a { background-color: rgb(170,149,52); }
div.DivClassName
{
background-color: #AA9534;
}
.BgClassName
{
background-color: #AA9534;
}
</style>
border-color css
<style>
span { border-color: #AA9534; }
span { border-color: rgb(170,149,52); }
td.TdClassName
{
border-color: #AA9534;
}
.TagClassName
{
border-color: #AA9534;
}
</style>