Shades of Brandy Rose #AA807B
Tints of Brandy Rose #AA807B
RGB
CMYK
RGB Variations
Color information
#AA807B (or 0xAA807B) is known color: Brandy Rose. HEX triplet: AA, 80 and 7B. RGB value is (170,128,123). Sum of RGB (Red+Green+Blue) = 170+128+123=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807B is #557F84. Grayscale: #8C8C8C. Windows color (decimal): -5603205 or 8093866. OLE color: 8093866.
HSL color Cylindrical-coordinate representation of color #AA807B: hue angle of 6.38º 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 #AA807B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 123 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.33 |
| HSL | 6.38º | 0.22% | 0.57% | - |
| HSV(B) | 6.38º | 0.28% | 0.67% | - |
| XYZ | 27.87 | 25.41 | 22.18 | - |
| YUV | 139.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 123 | 0 | 0.25 | 0.28 | 0.33 | 6.38 | 0.22 | 0.57 |
| Hex | AA | 80 | 7B | 0 | 19 | 1C | 21 | 6 | 16 | 39 |
| Octal | 252 | 200 | 173 | 0 | 31 | 34 | 41 | 6 | 26 | 71 |
| Binary | 10101010 | 10000000 | 1111011 | 0 | 11001 | 11100 | 100001 | 110 | 10110 | 111001 |
Color Harmonies of #AA807B
Complementary color
Monochromatic Colors of #AA807B
Black with #AA807B
Text Example
Text Example
White with #AA807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA807B; }
p { color: rgb(170,128,123); }
H1.HeaderClassName
{
color: #AA807B;
}
.AnyTagClassName
{
color: #AA807B;
}
</style>
background-color css
<style>
a { background-color: #AA807B; }
a { background-color: rgb(170,128,123); }
div.DivClassName
{
background-color: #AA807B;
}
.BgClassName
{
background-color: #AA807B;
}
</style>
border-color css
<style>
span { border-color: #AA807B; }
span { border-color: rgb(170,128,123); }
td.TdClassName
{
border-color: #AA807B;
}
.TagClassName
{
border-color: #AA807B;
}
</style>