Shades of Brandy Rose #AA7D73
Tints of Brandy Rose #AA7D73
RGB
CMYK
RGB Variations
Color information
#AA7D73 (or 0xAA7D73) is known color: Brandy Rose. HEX triplet: AA, 7D and 73. RGB value is (170,125,115). Sum of RGB (Red+Green+Blue) = 170+125+115=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D73 is #55828C. Grayscale: #898989. Windows color (decimal): -5603981 or 7568810. OLE color: 7568810.
HSL color Cylindrical-coordinate representation of color #AA7D73: hue angle of 10.91º 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 #AA7D73 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 115 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.33 |
| HSL | 10.91º | 0.24% | 0.56% | - |
| HSV(B) | 10.91º | 0.32% | 0.67% | - |
| XYZ | 27.01 | 24.45 | 19.52 | - |
| YUV | 137.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 115 | 0 | 0.26 | 0.32 | 0.33 | 10.91 | 0.24 | 0.56 |
| Hex | AA | 7D | 73 | 0 | 1A | 20 | 21 | B | 18 | 38 |
| Octal | 252 | 175 | 163 | 0 | 32 | 40 | 41 | 13 | 30 | 70 |
| Binary | 10101010 | 1111101 | 1110011 | 0 | 11010 | 100000 | 100001 | 1011 | 11000 | 111000 |
Color Harmonies of #AA7D73
Complementary color
Monochromatic Colors of #AA7D73
Black with #AA7D73
Text Example
Text Example
White with #AA7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D73; }
p { color: rgb(170,125,115); }
H1.HeaderClassName
{
color: #AA7D73;
}
.AnyTagClassName
{
color: #AA7D73;
}
</style>
background-color css
<style>
a { background-color: #AA7D73; }
a { background-color: rgb(170,125,115); }
div.DivClassName
{
background-color: #AA7D73;
}
.BgClassName
{
background-color: #AA7D73;
}
</style>
border-color css
<style>
span { border-color: #AA7D73; }
span { border-color: rgb(170,125,115); }
td.TdClassName
{
border-color: #AA7D73;
}
.TagClassName
{
border-color: #AA7D73;
}
</style>