Shades of Brandy Rose #AA817B
Tints of Brandy Rose #AA817B
RGB
CMYK
RGB Variations
Color information
#AA817B (or 0xAA817B) is known color: Brandy Rose. HEX triplet: AA, 81 and 7B. RGB value is (170,129,123). Sum of RGB (Red+Green+Blue) = 170+129+123=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA817B is #557E84. Grayscale: #8C8C8C. Windows color (decimal): -5602949 or 8094122. OLE color: 8094122.
HSL color Cylindrical-coordinate representation of color #AA817B: hue angle of 7.66º 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 #AA817B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 123 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.33 |
| HSL | 7.66º | 0.22% | 0.57% | - |
| HSV(B) | 7.66º | 0.28% | 0.67% | - |
| XYZ | 28 | 25.68 | 22.22 | - |
| YUV | 140.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 123 | 0 | 0.24 | 0.28 | 0.33 | 7.66 | 0.22 | 0.57 |
| Hex | AA | 81 | 7B | 0 | 18 | 1C | 21 | 8 | 16 | 39 |
| Octal | 252 | 201 | 173 | 0 | 30 | 34 | 41 | 10 | 26 | 71 |
| Binary | 10101010 | 10000001 | 1111011 | 0 | 11000 | 11100 | 100001 | 1000 | 10110 | 111001 |
Color Harmonies of #AA817B
Complementary color
Monochromatic Colors of #AA817B
Black with #AA817B
Text Example
Text Example
White with #AA817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA817B; }
p { color: rgb(170,129,123); }
H1.HeaderClassName
{
color: #AA817B;
}
.AnyTagClassName
{
color: #AA817B;
}
</style>
background-color css
<style>
a { background-color: #AA817B; }
a { background-color: rgb(170,129,123); }
div.DivClassName
{
background-color: #AA817B;
}
.BgClassName
{
background-color: #AA817B;
}
</style>
border-color css
<style>
span { border-color: #AA817B; }
span { border-color: rgb(170,129,123); }
td.TdClassName
{
border-color: #AA817B;
}
.TagClassName
{
border-color: #AA817B;
}
</style>