Shades of Brandy Rose #AA827F
Tints of Brandy Rose #AA827F
RGB
CMYK
RGB Variations
Color information
#AA827F (or 0xAA827F) is known color: Brandy Rose. HEX triplet: AA, 82 and 7F. RGB value is (170,130,127). Sum of RGB (Red+Green+Blue) = 170+130+127=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827F is #557D80. Grayscale: #8D8D8D. Windows color (decimal): -5602689 or 8356522. OLE color: 8356522.
HSL color Cylindrical-coordinate representation of color #AA827F: hue angle of 4.19º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA827F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 127 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.33 |
| HSL | 4.19º | 0.2% | 0.58% | - |
| HSV(B) | 4.19º | 0.25% | 0.67% | - |
| XYZ | 28.39 | 26.04 | 23.61 | - |
| YUV | 141.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 127 | 0 | 0.24 | 0.25 | 0.33 | 4.19 | 0.2 | 0.58 |
| Hex | AA | 82 | 7F | 0 | 18 | 19 | 21 | 4 | 14 | 3A |
| Octal | 252 | 202 | 177 | 0 | 30 | 31 | 41 | 4 | 24 | 72 |
| Binary | 10101010 | 10000010 | 1111111 | 0 | 11000 | 11001 | 100001 | 100 | 10100 | 111010 |
Color Harmonies of #AA827F
Complementary color
Monochromatic Colors of #AA827F
Black with #AA827F
Text Example
Text Example
White with #AA827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA827F; }
p { color: rgb(170,130,127); }
H1.HeaderClassName
{
color: #AA827F;
}
.AnyTagClassName
{
color: #AA827F;
}
</style>
background-color css
<style>
a { background-color: #AA827F; }
a { background-color: rgb(170,130,127); }
div.DivClassName
{
background-color: #AA827F;
}
.BgClassName
{
background-color: #AA827F;
}
</style>
border-color css
<style>
span { border-color: #AA827F; }
span { border-color: rgb(170,130,127); }
td.TdClassName
{
border-color: #AA827F;
}
.TagClassName
{
border-color: #AA827F;
}
</style>