Shades of Brandy Rose #AA7D74
Tints of Brandy Rose #AA7D74
RGB
CMYK
RGB Variations
Color information
#AA7D74 (or 0xAA7D74) is known color: Brandy Rose. HEX triplet: AA, 7D and 74. RGB value is (170,125,116). Sum of RGB (Red+Green+Blue) = 170+125+116=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D74 is #55828B. Grayscale: #898989. Windows color (decimal): -5603980 or 7634346. OLE color: 7634346.
HSL color Cylindrical-coordinate representation of color #AA7D74: hue angle of 10º 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 #AA7D74 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 116 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.33 |
| HSL | 10º | 0.24% | 0.56% | - |
| HSV(B) | 10º | 0.32% | 0.67% | - |
| XYZ | 27.06 | 24.47 | 19.82 | - |
| YUV | 137.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 116 | 0 | 0.26 | 0.32 | 0.33 | 10 | 0.24 | 0.56 |
| Hex | AA | 7D | 74 | 0 | 1A | 20 | 21 | A | 18 | 38 |
| Octal | 252 | 175 | 164 | 0 | 32 | 40 | 41 | 12 | 30 | 70 |
| Binary | 10101010 | 1111101 | 1110100 | 0 | 11010 | 100000 | 100001 | 1010 | 11000 | 111000 |
Color Harmonies of #AA7D74
Complementary color
Monochromatic Colors of #AA7D74
Black with #AA7D74
Text Example
Text Example
White with #AA7D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D74; }
p { color: rgb(170,125,116); }
H1.HeaderClassName
{
color: #AA7D74;
}
.AnyTagClassName
{
color: #AA7D74;
}
</style>
background-color css
<style>
a { background-color: #AA7D74; }
a { background-color: rgb(170,125,116); }
div.DivClassName
{
background-color: #AA7D74;
}
.BgClassName
{
background-color: #AA7D74;
}
</style>
border-color css
<style>
span { border-color: #AA7D74; }
span { border-color: rgb(170,125,116); }
td.TdClassName
{
border-color: #AA7D74;
}
.TagClassName
{
border-color: #AA7D74;
}
</style>