Shades of Brandy Rose #AA827D
Tints of Brandy Rose #AA827D
RGB
CMYK
RGB Variations
Color information
#AA827D (or 0xAA827D) is known color: Brandy Rose. HEX triplet: AA, 82 and 7D. RGB value is (170,130,125). Sum of RGB (Red+Green+Blue) = 170+130+125=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA827D is #557D82. Grayscale: #8D8D8D. Windows color (decimal): -5602691 or 8225450. OLE color: 8225450.
HSL color Cylindrical-coordinate representation of color #AA827D: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA827D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 125 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.33 |
| HSL | 6.67º | 0.21% | 0.58% | - |
| HSV(B) | 6.67º | 0.26% | 0.67% | - |
| XYZ | 28.26 | 25.99 | 22.93 | - |
| YUV | 141.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 125 | 0 | 0.24 | 0.26 | 0.33 | 6.67 | 0.21 | 0.58 |
| Hex | AA | 82 | 7D | 0 | 18 | 1A | 21 | 7 | 15 | 3A |
| Octal | 252 | 202 | 175 | 0 | 30 | 32 | 41 | 7 | 25 | 72 |
| Binary | 10101010 | 10000010 | 1111101 | 0 | 11000 | 11010 | 100001 | 111 | 10101 | 111010 |
Color Harmonies of #AA827D
Complementary color
Monochromatic Colors of #AA827D
Black with #AA827D
Text Example
Text Example
White with #AA827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA827D; }
p { color: rgb(170,130,125); }
H1.HeaderClassName
{
color: #AA827D;
}
.AnyTagClassName
{
color: #AA827D;
}
</style>
background-color css
<style>
a { background-color: #AA827D; }
a { background-color: rgb(170,130,125); }
div.DivClassName
{
background-color: #AA827D;
}
.BgClassName
{
background-color: #AA827D;
}
</style>
border-color css
<style>
span { border-color: #AA827D; }
span { border-color: rgb(170,130,125); }
td.TdClassName
{
border-color: #AA827D;
}
.TagClassName
{
border-color: #AA827D;
}
</style>