Shades of Reef Gold #AA832D
Tints of Reef Gold #AA832D
RGB
CMYK
RGB Variations
Color information
#AA832D (or 0xAA832D) is known color: Reef Gold. HEX triplet: AA, 83 and 2D. RGB value is (170,131,45). Sum of RGB (Red+Green+Blue) = 170+131+45=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA832D is #557CD2. Grayscale: #858585. Windows color (decimal): -5602515 or 2982826. OLE color: 2982826.
HSL color Cylindrical-coordinate representation of color #AA832D: hue angle of 41.28º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA832D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 45 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.33 |
| HSL | 41.28º | 0.58% | 0.42% | - |
| HSV(B) | 41.28º | 0.74% | 0.67% | - |
| XYZ | 25.17 | 24.97 | 5.98 | - |
| YUV | 132.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 45 | 0 | 0.23 | 0.74 | 0.33 | 41.28 | 0.58 | 0.42 |
| Hex | AA | 83 | 2D | 0 | 17 | 4A | 21 | 29 | 3A | 2A |
| Octal | 252 | 203 | 55 | 0 | 27 | 112 | 41 | 51 | 72 | 52 |
| Binary | 10101010 | 10000011 | 101101 | 0 | 10111 | 1001010 | 100001 | 101001 | 111010 | 101010 |
Color Harmonies of #AA832D
Complementary color
Monochromatic Colors of #AA832D
Black with #AA832D
Text Example
Text Example
White with #AA832D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA832D; }
p { color: rgb(170,131,45); }
H1.HeaderClassName
{
color: #AA832D;
}
.AnyTagClassName
{
color: #AA832D;
}
</style>
background-color css
<style>
a { background-color: #AA832D; }
a { background-color: rgb(170,131,45); }
div.DivClassName
{
background-color: #AA832D;
}
.BgClassName
{
background-color: #AA832D;
}
</style>
border-color css
<style>
span { border-color: #AA832D; }
span { border-color: rgb(170,131,45); }
td.TdClassName
{
border-color: #AA832D;
}
.TagClassName
{
border-color: #AA832D;
}
</style>