Shades of Brandy Rose #AA7D70
Tints of Brandy Rose #AA7D70
RGB
CMYK
RGB Variations
Color information
#AA7D70 (or 0xAA7D70) is known color: Brandy Rose. HEX triplet: AA, 7D and 70. RGB value is (170,125,112). Sum of RGB (Red+Green+Blue) = 170+125+112=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D70 is #55828F. Grayscale: #898989. Windows color (decimal): -5603984 or 7372202. OLE color: 7372202.
HSL color Cylindrical-coordinate representation of color #AA7D70: hue angle of 13.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7D70 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 112 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.33 |
| HSL | 13.45º | 0.25% | 0.55% | - |
| HSV(B) | 13.45º | 0.34% | 0.67% | - |
| XYZ | 26.84 | 24.38 | 18.62 | - |
| YUV | 136.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 112 | 0 | 0.26 | 0.34 | 0.33 | 13.45 | 0.25 | 0.55 |
| Hex | AA | 7D | 70 | 0 | 1A | 22 | 21 | D | 19 | 37 |
| Octal | 252 | 175 | 160 | 0 | 32 | 42 | 41 | 15 | 31 | 67 |
| Binary | 10101010 | 1111101 | 1110000 | 0 | 11010 | 100010 | 100001 | 1101 | 11001 | 110111 |
Color Harmonies of #AA7D70
Complementary color
Monochromatic Colors of #AA7D70
Black with #AA7D70
Text Example
Text Example
White with #AA7D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D70; }
p { color: rgb(170,125,112); }
H1.HeaderClassName
{
color: #AA7D70;
}
.AnyTagClassName
{
color: #AA7D70;
}
</style>
background-color css
<style>
a { background-color: #AA7D70; }
a { background-color: rgb(170,125,112); }
div.DivClassName
{
background-color: #AA7D70;
}
.BgClassName
{
background-color: #AA7D70;
}
</style>
border-color css
<style>
span { border-color: #AA7D70; }
span { border-color: rgb(170,125,112); }
td.TdClassName
{
border-color: #AA7D70;
}
.TagClassName
{
border-color: #AA7D70;
}
</style>