Shades of Brandy Rose #AA8375
Tints of Brandy Rose #AA8375
RGB
CMYK
RGB Variations
Color information
#AA8375 (or 0xAA8375) is known color: Brandy Rose. HEX triplet: AA, 83 and 75. RGB value is (170,131,117). Sum of RGB (Red+Green+Blue) = 170+131+117=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8375 is #557C8A. Grayscale: #8D8D8D. Windows color (decimal): -5602443 or 7701418. OLE color: 7701418.
HSL color Cylindrical-coordinate representation of color #AA8375: hue angle of 15.85º 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 #AA8375 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 117 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.33 |
| HSL | 15.85º | 0.24% | 0.56% | - |
| HSV(B) | 15.85º | 0.31% | 0.67% | - |
| XYZ | 27.9 | 26.06 | 20.39 | - |
| YUV | 141.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 117 | 0 | 0.23 | 0.31 | 0.33 | 15.85 | 0.24 | 0.56 |
| Hex | AA | 83 | 75 | 0 | 17 | 1F | 21 | 10 | 18 | 38 |
| Octal | 252 | 203 | 165 | 0 | 27 | 37 | 41 | 20 | 30 | 70 |
| Binary | 10101010 | 10000011 | 1110101 | 0 | 10111 | 11111 | 100001 | 10000 | 11000 | 111000 |
Color Harmonies of #AA8375
Complementary color
Monochromatic Colors of #AA8375
Black with #AA8375
Text Example
Text Example
White with #AA8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8375; }
p { color: rgb(170,131,117); }
H1.HeaderClassName
{
color: #AA8375;
}
.AnyTagClassName
{
color: #AA8375;
}
</style>
background-color css
<style>
a { background-color: #AA8375; }
a { background-color: rgb(170,131,117); }
div.DivClassName
{
background-color: #AA8375;
}
.BgClassName
{
background-color: #AA8375;
}
</style>
border-color css
<style>
span { border-color: #AA8375; }
span { border-color: rgb(170,131,117); }
td.TdClassName
{
border-color: #AA8375;
}
.TagClassName
{
border-color: #AA8375;
}
</style>