Shades of Brandy Rose #AA827A
Tints of Brandy Rose #AA827A
RGB
CMYK
RGB Variations
Color information
#AA827A (or 0xAA827A) is known color: Brandy Rose. HEX triplet: AA, 82 and 7A. RGB value is (170,130,122). Sum of RGB (Red+Green+Blue) = 170+130+122=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827A is #557D85. Grayscale: #8D8D8D. Windows color (decimal): -5602694 or 8028842. OLE color: 8028842.
HSL color Cylindrical-coordinate representation of color #AA827A: hue angle of 10º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA827A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 122 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.33 |
| HSL | 10º | 0.22% | 0.57% | - |
| HSV(B) | 10º | 0.28% | 0.67% | - |
| XYZ | 28.07 | 25.92 | 21.94 | - |
| YUV | 141.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 122 | 0 | 0.24 | 0.28 | 0.33 | 10 | 0.22 | 0.57 |
| Hex | AA | 82 | 7A | 0 | 18 | 1C | 21 | A | 16 | 39 |
| Octal | 252 | 202 | 172 | 0 | 30 | 34 | 41 | 12 | 26 | 71 |
| Binary | 10101010 | 10000010 | 1111010 | 0 | 11000 | 11100 | 100001 | 1010 | 10110 | 111001 |
Color Harmonies of #AA827A
Complementary color
Monochromatic Colors of #AA827A
Black with #AA827A
Text Example
Text Example
White with #AA827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA827A; }
p { color: rgb(170,130,122); }
H1.HeaderClassName
{
color: #AA827A;
}
.AnyTagClassName
{
color: #AA827A;
}
</style>
background-color css
<style>
a { background-color: #AA827A; }
a { background-color: rgb(170,130,122); }
div.DivClassName
{
background-color: #AA827A;
}
.BgClassName
{
background-color: #AA827A;
}
</style>
border-color css
<style>
span { border-color: #AA827A; }
span { border-color: rgb(170,130,122); }
td.TdClassName
{
border-color: #AA827A;
}
.TagClassName
{
border-color: #AA827A;
}
</style>