Shades of Brandy Rose #AA8685
Tints of Brandy Rose #AA8685
RGB
CMYK
RGB Variations
Color information
#AA8685 (or 0xAA8685) is known color: Brandy Rose. HEX triplet: AA, 86 and 85. RGB value is (170,134,133). Sum of RGB (Red+Green+Blue) = 170+134+133=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8685 is #55797A. Grayscale: #909090. Windows color (decimal): -5601659 or 8750762. OLE color: 8750762.
HSL color Cylindrical-coordinate representation of color #AA8685: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8685 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 133 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.33 |
| HSL | 1.62º | 0.18% | 0.59% | - |
| HSV(B) | 1.62º | 0.22% | 0.67% | - |
| XYZ | 29.34 | 27.29 | 25.91 | - |
| YUV | 144.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 133 | 0 | 0.21 | 0.22 | 0.33 | 1.62 | 0.18 | 0.59 |
| Hex | AA | 86 | 85 | 0 | 15 | 16 | 21 | 2 | 12 | 3B |
| Octal | 252 | 206 | 205 | 0 | 25 | 26 | 41 | 2 | 22 | 73 |
| Binary | 10101010 | 10000110 | 10000101 | 0 | 10101 | 10110 | 100001 | 10 | 10010 | 111011 |
Color Harmonies of #AA8685
Complementary color
Monochromatic Colors of #AA8685
Black with #AA8685
Text Example
Text Example
White with #AA8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8685; }
p { color: rgb(170,134,133); }
H1.HeaderClassName
{
color: #AA8685;
}
.AnyTagClassName
{
color: #AA8685;
}
</style>
background-color css
<style>
a { background-color: #AA8685; }
a { background-color: rgb(170,134,133); }
div.DivClassName
{
background-color: #AA8685;
}
.BgClassName
{
background-color: #AA8685;
}
</style>
border-color css
<style>
span { border-color: #AA8685; }
span { border-color: rgb(170,134,133); }
td.TdClassName
{
border-color: #AA8685;
}
.TagClassName
{
border-color: #AA8685;
}
</style>