Shades of Reef Gold #AA832B
Tints of Reef Gold #AA832B
RGB
CMYK
RGB Variations
Color information
#AA832B (or 0xAA832B) is known color: Reef Gold. HEX triplet: AA, 83 and 2B. RGB value is (170,131,43). Sum of RGB (Red+Green+Blue) = 170+131+43=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA832B is #557CD4. Grayscale: #858585. Windows color (decimal): -5602517 or 2851754. OLE color: 2851754.
HSL color Cylindrical-coordinate representation of color #AA832B: hue angle of 41.57º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA832B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 43 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.33 |
| HSL | 41.57º | 0.6% | 0.42% | - |
| HSV(B) | 41.57º | 0.75% | 0.67% | - |
| XYZ | 25.13 | 24.95 | 5.78 | - |
| YUV | 132.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 43 | 0 | 0.23 | 0.75 | 0.33 | 41.57 | 0.6 | 0.42 |
| Hex | AA | 83 | 2B | 0 | 17 | 4B | 21 | 2A | 3C | 2A |
| Octal | 252 | 203 | 53 | 0 | 27 | 113 | 41 | 52 | 74 | 52 |
| Binary | 10101010 | 10000011 | 101011 | 0 | 10111 | 1001011 | 100001 | 101010 | 111100 | 101010 |
Color Harmonies of #AA832B
Complementary color
Monochromatic Colors of #AA832B
Black with #AA832B
Text Example
Text Example
White with #AA832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA832B; }
p { color: rgb(170,131,43); }
H1.HeaderClassName
{
color: #AA832B;
}
.AnyTagClassName
{
color: #AA832B;
}
</style>
background-color css
<style>
a { background-color: #AA832B; }
a { background-color: rgb(170,131,43); }
div.DivClassName
{
background-color: #AA832B;
}
.BgClassName
{
background-color: #AA832B;
}
</style>
border-color css
<style>
span { border-color: #AA832B; }
span { border-color: rgb(170,131,43); }
td.TdClassName
{
border-color: #AA832B;
}
.TagClassName
{
border-color: #AA832B;
}
</style>