Shades of Brandy Rose #AA8379
Tints of Brandy Rose #AA8379
RGB
CMYK
RGB Variations
Color information
#AA8379 (or 0xAA8379) is known color: Brandy Rose. HEX triplet: AA, 83 and 79. RGB value is (170,131,121). Sum of RGB (Red+Green+Blue) = 170+131+121=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8379 is #557C86. Grayscale: #8D8D8D. Windows color (decimal): -5602439 or 7963562. OLE color: 7963562.
HSL color Cylindrical-coordinate representation of color #AA8379: hue angle of 12.24º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA8379 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 121 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.33 |
| HSL | 12.24º | 0.22% | 0.57% | - |
| HSV(B) | 12.24º | 0.29% | 0.67% | - |
| XYZ | 28.15 | 26.16 | 21.65 | - |
| YUV | 141.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 121 | 0 | 0.23 | 0.29 | 0.33 | 12.24 | 0.22 | 0.57 |
| Hex | AA | 83 | 79 | 0 | 17 | 1D | 21 | C | 16 | 39 |
| Octal | 252 | 203 | 171 | 0 | 27 | 35 | 41 | 14 | 26 | 71 |
| Binary | 10101010 | 10000011 | 1111001 | 0 | 10111 | 11101 | 100001 | 1100 | 10110 | 111001 |
Color Harmonies of #AA8379
Complementary color
Monochromatic Colors of #AA8379
Black with #AA8379
Text Example
Text Example
White with #AA8379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8379; }
p { color: rgb(170,131,121); }
H1.HeaderClassName
{
color: #AA8379;
}
.AnyTagClassName
{
color: #AA8379;
}
</style>
background-color css
<style>
a { background-color: #AA8379; }
a { background-color: rgb(170,131,121); }
div.DivClassName
{
background-color: #AA8379;
}
.BgClassName
{
background-color: #AA8379;
}
</style>
border-color css
<style>
span { border-color: #AA8379; }
span { border-color: rgb(170,131,121); }
td.TdClassName
{
border-color: #AA8379;
}
.TagClassName
{
border-color: #AA8379;
}
</style>