Shades of Brandy Rose #AE817E
Tints of Brandy Rose #AE817E
RGB
CMYK
RGB Variations
Color information
#AE817E (or 0xAE817E) is known color: Brandy Rose. HEX triplet: AE, 81 and 7E. RGB value is (174,129,126). Sum of RGB (Red+Green+Blue) = 174+129+126=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE817E is #517E81. Grayscale: #8E8E8E. Windows color (decimal): -5340802 or 8290734. OLE color: 8290734.
HSL color Cylindrical-coordinate representation of color #AE817E: hue angle of 3.75º 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 #AE817E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 126 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.32 |
| HSL | 3.75º | 0.23% | 0.59% | - |
| HSV(B) | 3.75º | 0.28% | 0.68% | - |
| XYZ | 29.07 | 26.21 | 23.26 | - |
| YUV | 142.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 126 | 0 | 0.26 | 0.28 | 0.32 | 3.75 | 0.23 | 0.59 |
| Hex | AE | 81 | 7E | 0 | 1A | 1C | 20 | 4 | 17 | 3B |
| Octal | 256 | 201 | 176 | 0 | 32 | 34 | 40 | 4 | 27 | 73 |
| Binary | 10101110 | 10000001 | 1111110 | 0 | 11010 | 11100 | 100000 | 100 | 10111 | 111011 |
Color Harmonies of #AE817E
Complementary color
Monochromatic Colors of #AE817E
Black with #AE817E
Text Example
Text Example
White with #AE817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE817E; }
p { color: rgb(174,129,126); }
H1.HeaderClassName
{
color: #AE817E;
}
.AnyTagClassName
{
color: #AE817E;
}
</style>
background-color css
<style>
a { background-color: #AE817E; }
a { background-color: rgb(174,129,126); }
div.DivClassName
{
background-color: #AE817E;
}
.BgClassName
{
background-color: #AE817E;
}
</style>
border-color css
<style>
span { border-color: #AE817E; }
span { border-color: rgb(174,129,126); }
td.TdClassName
{
border-color: #AE817E;
}
.TagClassName
{
border-color: #AE817E;
}
</style>