Shades of Reef Gold #AA8530
Tints of Reef Gold #AA8530
RGB
CMYK
RGB Variations
Color information
#AA8530 (or 0xAA8530) is known color: Reef Gold. HEX triplet: AA, 85 and 30. RGB value is (170,133,48). Sum of RGB (Red+Green+Blue) = 170+133+48=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8530 is #557ACF. Grayscale: #868686. Windows color (decimal): -5602000 or 3179946. OLE color: 3179946.
HSL color Cylindrical-coordinate representation of color #AA8530: hue angle of 41.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA8530 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 48 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.33 |
| HSL | 41.8º | 0.56% | 0.43% | - |
| HSV(B) | 41.8º | 0.72% | 0.67% | - |
| XYZ | 25.5 | 25.53 | 6.38 | - |
| YUV | 134.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 48 | 0 | 0.22 | 0.72 | 0.33 | 41.8 | 0.56 | 0.43 |
| Hex | AA | 85 | 30 | 0 | 16 | 48 | 21 | 2A | 38 | 2B |
| Octal | 252 | 205 | 60 | 0 | 26 | 110 | 41 | 52 | 70 | 53 |
| Binary | 10101010 | 10000101 | 110000 | 0 | 10110 | 1001000 | 100001 | 101010 | 111000 | 101011 |
Color Harmonies of #AA8530
Complementary color
Monochromatic Colors of #AA8530
Black with #AA8530
Text Example
Text Example
White with #AA8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8530; }
p { color: rgb(170,133,48); }
H1.HeaderClassName
{
color: #AA8530;
}
.AnyTagClassName
{
color: #AA8530;
}
</style>
background-color css
<style>
a { background-color: #AA8530; }
a { background-color: rgb(170,133,48); }
div.DivClassName
{
background-color: #AA8530;
}
.BgClassName
{
background-color: #AA8530;
}
</style>
border-color css
<style>
span { border-color: #AA8530; }
span { border-color: rgb(170,133,48); }
td.TdClassName
{
border-color: #AA8530;
}
.TagClassName
{
border-color: #AA8530;
}
</style>