Shades of Brandy Rose #AA8A7F
Tints of Brandy Rose #AA8A7F
RGB
CMYK
RGB Variations
Color information
#AA8A7F (or 0xAA8A7F) is known color: Brandy Rose. HEX triplet: AA, 8A and 7F. RGB value is (170,138,127). Sum of RGB (Red+Green+Blue) = 170+138+127=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A7F is #557580. Grayscale: #929292. Windows color (decimal): -5600641 or 8358570. OLE color: 8358570.
HSL color Cylindrical-coordinate representation of color #AA8A7F: hue angle of 15.35º 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 #AA8A7F is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 127 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.33 |
| HSL | 15.35º | 0.2% | 0.58% | - |
| HSV(B) | 15.35º | 0.25% | 0.67% | - |
| XYZ | 29.5 | 28.26 | 23.98 | - |
| YUV | 146.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 127 | 0 | 0.19 | 0.25 | 0.33 | 15.35 | 0.2 | 0.58 |
| Hex | AA | 8A | 7F | 0 | 13 | 19 | 21 | F | 14 | 3A |
| Octal | 252 | 212 | 177 | 0 | 23 | 31 | 41 | 17 | 24 | 72 |
| Binary | 10101010 | 10001010 | 1111111 | 0 | 10011 | 11001 | 100001 | 1111 | 10100 | 111010 |
Color Harmonies of #AA8A7F
Complementary color
Monochromatic Colors of #AA8A7F
Black with #AA8A7F
Text Example
Text Example
White with #AA8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A7F; }
p { color: rgb(170,138,127); }
H1.HeaderClassName
{
color: #AA8A7F;
}
.AnyTagClassName
{
color: #AA8A7F;
}
</style>
background-color css
<style>
a { background-color: #AA8A7F; }
a { background-color: rgb(170,138,127); }
div.DivClassName
{
background-color: #AA8A7F;
}
.BgClassName
{
background-color: #AA8A7F;
}
</style>
border-color css
<style>
span { border-color: #AA8A7F; }
span { border-color: rgb(170,138,127); }
td.TdClassName
{
border-color: #AA8A7F;
}
.TagClassName
{
border-color: #AA8A7F;
}
</style>