Shades of Brandy Rose #AA7C6F
Tints of Brandy Rose #AA7C6F
RGB
CMYK
RGB Variations
Color information
#AA7C6F (or 0xAA7C6F) is known color: Brandy Rose. HEX triplet: AA, 7C and 6F. RGB value is (170,124,111). Sum of RGB (Red+Green+Blue) = 170+124+111=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C6F is #558390. Grayscale: #888888. Windows color (decimal): -5604241 or 7306410. OLE color: 7306410.
HSL color Cylindrical-coordinate representation of color #AA7C6F: hue angle of 13.22º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7C6F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 111 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.33 |
| HSL | 13.22º | 0.26% | 0.55% | - |
| HSV(B) | 13.22º | 0.35% | 0.67% | - |
| XYZ | 26.65 | 24.11 | 18.29 | - |
| YUV | 136.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 111 | 0 | 0.27 | 0.35 | 0.33 | 13.22 | 0.26 | 0.55 |
| Hex | AA | 7C | 6F | 0 | 1B | 23 | 21 | D | 1A | 37 |
| Octal | 252 | 174 | 157 | 0 | 33 | 43 | 41 | 15 | 32 | 67 |
| Binary | 10101010 | 1111100 | 1101111 | 0 | 11011 | 100011 | 100001 | 1101 | 11010 | 110111 |
Color Harmonies of #AA7C6F
Complementary color
Monochromatic Colors of #AA7C6F
Black with #AA7C6F
Text Example
Text Example
White with #AA7C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C6F; }
p { color: rgb(170,124,111); }
H1.HeaderClassName
{
color: #AA7C6F;
}
.AnyTagClassName
{
color: #AA7C6F;
}
</style>
background-color css
<style>
a { background-color: #AA7C6F; }
a { background-color: rgb(170,124,111); }
div.DivClassName
{
background-color: #AA7C6F;
}
.BgClassName
{
background-color: #AA7C6F;
}
</style>
border-color css
<style>
span { border-color: #AA7C6F; }
span { border-color: rgb(170,124,111); }
td.TdClassName
{
border-color: #AA7C6F;
}
.TagClassName
{
border-color: #AA7C6F;
}
</style>