Shades of Brandy Rose #AA8675
Tints of Brandy Rose #AA8675
RGB
CMYK
RGB Variations
Color information
#AA8675 (or 0xAA8675) is known color: Brandy Rose. HEX triplet: AA, 86 and 75. RGB value is (170,134,117). Sum of RGB (Red+Green+Blue) = 170+134+117=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8675 is #55798A. Grayscale: #8E8E8E. Windows color (decimal): -5601675 or 7702186. OLE color: 7702186.
HSL color Cylindrical-coordinate representation of color #AA8675: hue angle of 19.25º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8675 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 117 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.33 |
| HSL | 19.25º | 0.24% | 0.56% | - |
| HSV(B) | 19.25º | 0.31% | 0.67% | - |
| XYZ | 28.31 | 26.88 | 20.53 | - |
| YUV | 142.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 117 | 0 | 0.21 | 0.31 | 0.33 | 19.25 | 0.24 | 0.56 |
| Hex | AA | 86 | 75 | 0 | 15 | 1F | 21 | 13 | 18 | 38 |
| Octal | 252 | 206 | 165 | 0 | 25 | 37 | 41 | 23 | 30 | 70 |
| Binary | 10101010 | 10000110 | 1110101 | 0 | 10101 | 11111 | 100001 | 10011 | 11000 | 111000 |
Color Harmonies of #AA8675
Complementary color
Monochromatic Colors of #AA8675
Black with #AA8675
Text Example
Text Example
White with #AA8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8675; }
p { color: rgb(170,134,117); }
H1.HeaderClassName
{
color: #AA8675;
}
.AnyTagClassName
{
color: #AA8675;
}
</style>
background-color css
<style>
a { background-color: #AA8675; }
a { background-color: rgb(170,134,117); }
div.DivClassName
{
background-color: #AA8675;
}
.BgClassName
{
background-color: #AA8675;
}
</style>
border-color css
<style>
span { border-color: #AA8675; }
span { border-color: rgb(170,134,117); }
td.TdClassName
{
border-color: #AA8675;
}
.TagClassName
{
border-color: #AA8675;
}
</style>