Shades of Brandy Rose #AE8B84
Tints of Brandy Rose #AE8B84
RGB
CMYK
RGB Variations
Color information
#AE8B84 (or 0xAE8B84) is known color: Brandy Rose. HEX triplet: AE, 8B and 84. RGB value is (174,139,132). Sum of RGB (Red+Green+Blue) = 174+139+132=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B84 is #51747B. Grayscale: #949494. Windows color (decimal): -5338236 or 8686510. OLE color: 8686510.
HSL color Cylindrical-coordinate representation of color #AE8B84: hue angle of 10º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE8B84 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 132 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.32 |
| HSL | 10º | 0.21% | 0.6% | - |
| HSV(B) | 10º | 0.24% | 0.68% | - |
| XYZ | 30.85 | 29.13 | 25.83 | - |
| YUV | 148.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 132 | 0 | 0.20 | 0.24 | 0.32 | 10 | 0.21 | 0.6 |
| Hex | AE | 8B | 84 | 0 | 14 | 18 | 20 | A | 15 | 3C |
| Octal | 256 | 213 | 204 | 0 | 24 | 30 | 40 | 12 | 25 | 74 |
| Binary | 10101110 | 10001011 | 10000100 | 0 | 10100 | 11000 | 100000 | 1010 | 10101 | 111100 |
Color Harmonies of #AE8B84
Complementary color
Monochromatic Colors of #AE8B84
Black with #AE8B84
Text Example
Text Example
White with #AE8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B84; }
p { color: rgb(174,139,132); }
H1.HeaderClassName
{
color: #AE8B84;
}
.AnyTagClassName
{
color: #AE8B84;
}
</style>
background-color css
<style>
a { background-color: #AE8B84; }
a { background-color: rgb(174,139,132); }
div.DivClassName
{
background-color: #AE8B84;
}
.BgClassName
{
background-color: #AE8B84;
}
</style>
border-color css
<style>
span { border-color: #AE8B84; }
span { border-color: rgb(174,139,132); }
td.TdClassName
{
border-color: #AE8B84;
}
.TagClassName
{
border-color: #AE8B84;
}
</style>