Shades of Brandy Rose #AA8073
Tints of Brandy Rose #AA8073
RGB
CMYK
RGB Variations
Color information
#AA8073 (or 0xAA8073) is known color: Brandy Rose. HEX triplet: AA, 80 and 73. RGB value is (170,128,115). Sum of RGB (Red+Green+Blue) = 170+128+115=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8073 is #557F8C. Grayscale: #8B8B8B. Windows color (decimal): -5603213 or 7569578. OLE color: 7569578.
HSL color Cylindrical-coordinate representation of color #AA8073: hue angle of 14.18º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8073 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 115 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.33 |
| HSL | 14.18º | 0.24% | 0.56% | - |
| HSV(B) | 14.18º | 0.32% | 0.67% | - |
| XYZ | 27.39 | 25.22 | 19.64 | - |
| YUV | 139.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 115 | 0 | 0.25 | 0.32 | 0.33 | 14.18 | 0.24 | 0.56 |
| Hex | AA | 80 | 73 | 0 | 19 | 20 | 21 | E | 18 | 38 |
| Octal | 252 | 200 | 163 | 0 | 31 | 40 | 41 | 16 | 30 | 70 |
| Binary | 10101010 | 10000000 | 1110011 | 0 | 11001 | 100000 | 100001 | 1110 | 11000 | 111000 |
Color Harmonies of #AA8073
Complementary color
Monochromatic Colors of #AA8073
Black with #AA8073
Text Example
Text Example
White with #AA8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8073; }
p { color: rgb(170,128,115); }
H1.HeaderClassName
{
color: #AA8073;
}
.AnyTagClassName
{
color: #AA8073;
}
</style>
background-color css
<style>
a { background-color: #AA8073; }
a { background-color: rgb(170,128,115); }
div.DivClassName
{
background-color: #AA8073;
}
.BgClassName
{
background-color: #AA8073;
}
</style>
border-color css
<style>
span { border-color: #AA8073; }
span { border-color: rgb(170,128,115); }
td.TdClassName
{
border-color: #AA8073;
}
.TagClassName
{
border-color: #AA8073;
}
</style>