Shades of Brandy Rose #AE867E
Tints of Brandy Rose #AE867E
RGB
CMYK
RGB Variations
Color information
#AE867E (or 0xAE867E) is known color: Brandy Rose. HEX triplet: AE, 86 and 7E. RGB value is (174,134,126). Sum of RGB (Red+Green+Blue) = 174+134+126=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867E is #517981. Grayscale: #919191. Windows color (decimal): -5339522 or 8292014. OLE color: 8292014.
HSL color Cylindrical-coordinate representation of color #AE867E: hue angle of 10º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE867E is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 126 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.32 |
| HSL | 10º | 0.23% | 0.59% | - |
| HSV(B) | 10º | 0.28% | 0.68% | - |
| XYZ | 29.75 | 27.56 | 23.49 | - |
| YUV | 145.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 126 | 0 | 0.23 | 0.28 | 0.32 | 10 | 0.23 | 0.59 |
| Hex | AE | 86 | 7E | 0 | 17 | 1C | 20 | A | 17 | 3B |
| Octal | 256 | 206 | 176 | 0 | 27 | 34 | 40 | 12 | 27 | 73 |
| Binary | 10101110 | 10000110 | 1111110 | 0 | 10111 | 11100 | 100000 | 1010 | 10111 | 111011 |
Color Harmonies of #AE867E
Complementary color
Monochromatic Colors of #AE867E
Black with #AE867E
Text Example
Text Example
White with #AE867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE867E; }
p { color: rgb(174,134,126); }
H1.HeaderClassName
{
color: #AE867E;
}
.AnyTagClassName
{
color: #AE867E;
}
</style>
background-color css
<style>
a { background-color: #AE867E; }
a { background-color: rgb(174,134,126); }
div.DivClassName
{
background-color: #AE867E;
}
.BgClassName
{
background-color: #AE867E;
}
</style>
border-color css
<style>
span { border-color: #AE867E; }
span { border-color: rgb(174,134,126); }
td.TdClassName
{
border-color: #AE867E;
}
.TagClassName
{
border-color: #AE867E;
}
</style>