Shades of Brandy Rose #AA7B74
Tints of Brandy Rose #AA7B74
RGB
CMYK
RGB Variations
Color information
#AA7B74 (or 0xAA7B74) is known color: Brandy Rose. HEX triplet: AA, 7B and 74. RGB value is (170,123,116). Sum of RGB (Red+Green+Blue) = 170+123+116=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B74 is #55848B. Grayscale: #888888. Windows color (decimal): -5604492 or 7633834. OLE color: 7633834.
HSL color Cylindrical-coordinate representation of color #AA7B74: hue angle of 7.78º 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 #AA7B74 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 116 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.33 |
| HSL | 7.78º | 0.24% | 0.56% | - |
| HSV(B) | 7.78º | 0.32% | 0.67% | - |
| XYZ | 26.81 | 23.97 | 19.74 | - |
| YUV | 136.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 116 | 0 | 0.28 | 0.32 | 0.33 | 7.78 | 0.24 | 0.56 |
| Hex | AA | 7B | 74 | 0 | 1C | 20 | 21 | 8 | 18 | 38 |
| Octal | 252 | 173 | 164 | 0 | 34 | 40 | 41 | 10 | 30 | 70 |
| Binary | 10101010 | 1111011 | 1110100 | 0 | 11100 | 100000 | 100001 | 1000 | 11000 | 111000 |
Color Harmonies of #AA7B74
Complementary color
Monochromatic Colors of #AA7B74
Black with #AA7B74
Text Example
Text Example
White with #AA7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B74; }
p { color: rgb(170,123,116); }
H1.HeaderClassName
{
color: #AA7B74;
}
.AnyTagClassName
{
color: #AA7B74;
}
</style>
background-color css
<style>
a { background-color: #AA7B74; }
a { background-color: rgb(170,123,116); }
div.DivClassName
{
background-color: #AA7B74;
}
.BgClassName
{
background-color: #AA7B74;
}
</style>
border-color css
<style>
span { border-color: #AA7B74; }
span { border-color: rgb(170,123,116); }
td.TdClassName
{
border-color: #AA7B74;
}
.TagClassName
{
border-color: #AA7B74;
}
</style>