Shades of Brandy Rose #AA7D7A
Tints of Brandy Rose #AA7D7A
RGB
CMYK
RGB Variations
Color information
#AA7D7A (or 0xAA7D7A) is known color: Brandy Rose. HEX triplet: AA, 7D and 7A. RGB value is (170,125,122). Sum of RGB (Red+Green+Blue) = 170+125+122=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D7A is #558285. Grayscale: #8A8A8A. Windows color (decimal): -5603974 or 8027562. OLE color: 8027562.
HSL color Cylindrical-coordinate representation of color #AA7D7A: hue angle of 3.75º 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 #AA7D7A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 122 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.33 |
| HSL | 3.75º | 0.22% | 0.57% | - |
| HSV(B) | 3.75º | 0.28% | 0.67% | - |
| XYZ | 27.42 | 24.62 | 21.72 | - |
| YUV | 138.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 122 | 0 | 0.26 | 0.28 | 0.33 | 3.75 | 0.22 | 0.57 |
| Hex | AA | 7D | 7A | 0 | 1A | 1C | 21 | 4 | 16 | 39 |
| Octal | 252 | 175 | 172 | 0 | 32 | 34 | 41 | 4 | 26 | 71 |
| Binary | 10101010 | 1111101 | 1111010 | 0 | 11010 | 11100 | 100001 | 100 | 10110 | 111001 |
Color Harmonies of #AA7D7A
Complementary color
Monochromatic Colors of #AA7D7A
Black with #AA7D7A
Text Example
Text Example
White with #AA7D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D7A; }
p { color: rgb(170,125,122); }
H1.HeaderClassName
{
color: #AA7D7A;
}
.AnyTagClassName
{
color: #AA7D7A;
}
</style>
background-color css
<style>
a { background-color: #AA7D7A; }
a { background-color: rgb(170,125,122); }
div.DivClassName
{
background-color: #AA7D7A;
}
.BgClassName
{
background-color: #AA7D7A;
}
</style>
border-color css
<style>
span { border-color: #AA7D7A; }
span { border-color: rgb(170,125,122); }
td.TdClassName
{
border-color: #AA7D7A;
}
.TagClassName
{
border-color: #AA7D7A;
}
</style>