Shades of Reef Gold #AA8630
Tints of Reef Gold #AA8630
RGB
CMYK
RGB Variations
Color information
#AA8630 (or 0xAA8630) is known color: Reef Gold. HEX triplet: AA, 86 and 30. RGB value is (170,134,48). Sum of RGB (Red+Green+Blue) = 170+134+48=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8630 is #5579CF. Grayscale: #878787. Windows color (decimal): -5601744 or 3180202. OLE color: 3180202.
HSL color Cylindrical-coordinate representation of color #AA8630: hue angle of 42.3º 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 #AA8630 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 48 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.33 |
| HSL | 42.3º | 0.56% | 0.43% | - |
| HSV(B) | 42.3º | 0.72% | 0.67% | - |
| XYZ | 25.64 | 25.81 | 6.43 | - |
| YUV | 134.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 48 | 0 | 0.21 | 0.72 | 0.33 | 42.3 | 0.56 | 0.43 |
| Hex | AA | 86 | 30 | 0 | 15 | 48 | 21 | 2A | 38 | 2B |
| Octal | 252 | 206 | 60 | 0 | 25 | 110 | 41 | 52 | 70 | 53 |
| Binary | 10101010 | 10000110 | 110000 | 0 | 10101 | 1001000 | 100001 | 101010 | 111000 | 101011 |
Color Harmonies of #AA8630
Complementary color
Monochromatic Colors of #AA8630
Black with #AA8630
Text Example
Text Example
White with #AA8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8630; }
p { color: rgb(170,134,48); }
H1.HeaderClassName
{
color: #AA8630;
}
.AnyTagClassName
{
color: #AA8630;
}
</style>
background-color css
<style>
a { background-color: #AA8630; }
a { background-color: rgb(170,134,48); }
div.DivClassName
{
background-color: #AA8630;
}
.BgClassName
{
background-color: #AA8630;
}
</style>
border-color css
<style>
span { border-color: #AA8630; }
span { border-color: rgb(170,134,48); }
td.TdClassName
{
border-color: #AA8630;
}
.TagClassName
{
border-color: #AA8630;
}
</style>