Shades of Brandy Rose #AA857B
Tints of Brandy Rose #AA857B
RGB
CMYK
RGB Variations
Color information
#AA857B (or 0xAA857B) is known color: Brandy Rose. HEX triplet: AA, 85 and 7B. RGB value is (170,133,123). Sum of RGB (Red+Green+Blue) = 170+133+123=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA857B is #557A84. Grayscale: #8F8F8F. Windows color (decimal): -5601925 or 8095146. OLE color: 8095146.
HSL color Cylindrical-coordinate representation of color #AA857B: hue angle of 12.77º 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 #AA857B is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 123 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.33 |
| HSL | 12.77º | 0.22% | 0.57% | - |
| HSV(B) | 12.77º | 0.28% | 0.67% | - |
| XYZ | 28.54 | 26.75 | 22.4 | - |
| YUV | 142.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 123 | 0 | 0.22 | 0.28 | 0.33 | 12.77 | 0.22 | 0.57 |
| Hex | AA | 85 | 7B | 0 | 16 | 1C | 21 | D | 16 | 39 |
| Octal | 252 | 205 | 173 | 0 | 26 | 34 | 41 | 15 | 26 | 71 |
| Binary | 10101010 | 10000101 | 1111011 | 0 | 10110 | 11100 | 100001 | 1101 | 10110 | 111001 |
Color Harmonies of #AA857B
Complementary color
Monochromatic Colors of #AA857B
Black with #AA857B
Text Example
Text Example
White with #AA857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA857B; }
p { color: rgb(170,133,123); }
H1.HeaderClassName
{
color: #AA857B;
}
.AnyTagClassName
{
color: #AA857B;
}
</style>
background-color css
<style>
a { background-color: #AA857B; }
a { background-color: rgb(170,133,123); }
div.DivClassName
{
background-color: #AA857B;
}
.BgClassName
{
background-color: #AA857B;
}
</style>
border-color css
<style>
span { border-color: #AA857B; }
span { border-color: rgb(170,133,123); }
td.TdClassName
{
border-color: #AA857B;
}
.TagClassName
{
border-color: #AA857B;
}
</style>