Shades of Brandy Rose #AE867C
Tints of Brandy Rose #AE867C
RGB
CMYK
RGB Variations
Color information
#AE867C (or 0xAE867C) is known color: Brandy Rose. HEX triplet: AE, 86 and 7C. RGB value is (174,134,124). Sum of RGB (Red+Green+Blue) = 174+134+124=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867C is #517983. Grayscale: #909090. Windows color (decimal): -5339524 or 8160942. OLE color: 8160942.
HSL color Cylindrical-coordinate representation of color #AE867C: hue angle of 12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE867C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 124 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.32 |
| HSL | 12º | 0.24% | 0.58% | - |
| HSV(B) | 12º | 0.29% | 0.68% | - |
| XYZ | 29.62 | 27.5 | 22.82 | - |
| YUV | 144.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 124 | 0 | 0.23 | 0.29 | 0.32 | 12 | 0.24 | 0.58 |
| Hex | AE | 86 | 7C | 0 | 17 | 1D | 20 | C | 18 | 3A |
| Octal | 256 | 206 | 174 | 0 | 27 | 35 | 40 | 14 | 30 | 72 |
| Binary | 10101110 | 10000110 | 1111100 | 0 | 10111 | 11101 | 100000 | 1100 | 11000 | 111010 |
Color Harmonies of #AE867C
Complementary color
Monochromatic Colors of #AE867C
Black with #AE867C
Text Example
Text Example
White with #AE867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE867C; }
p { color: rgb(174,134,124); }
H1.HeaderClassName
{
color: #AE867C;
}
.AnyTagClassName
{
color: #AE867C;
}
</style>
background-color css
<style>
a { background-color: #AE867C; }
a { background-color: rgb(174,134,124); }
div.DivClassName
{
background-color: #AE867C;
}
.BgClassName
{
background-color: #AE867C;
}
</style>
border-color css
<style>
span { border-color: #AE867C; }
span { border-color: rgb(174,134,124); }
td.TdClassName
{
border-color: #AE867C;
}
.TagClassName
{
border-color: #AE867C;
}
</style>