Shades of Brandy Rose #AE817F
Tints of Brandy Rose #AE817F
RGB
CMYK
RGB Variations
Color information
#AE817F (or 0xAE817F) is known color: Brandy Rose. HEX triplet: AE, 81 and 7F. RGB value is (174,129,127). Sum of RGB (Red+Green+Blue) = 174+129+127=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE817F is #517E80. Grayscale: #8E8E8E. Windows color (decimal): -5340801 or 8356270. OLE color: 8356270.
HSL color Cylindrical-coordinate representation of color #AE817F: hue angle of 2.55º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE817F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 127 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.32 |
| HSL | 2.55º | 0.22% | 0.59% | - |
| HSV(B) | 2.55º | 0.27% | 0.68% | - |
| XYZ | 29.14 | 26.23 | 23.61 | - |
| YUV | 142.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 127 | 0 | 0.26 | 0.27 | 0.32 | 2.55 | 0.22 | 0.59 |
| Hex | AE | 81 | 7F | 0 | 1A | 1B | 20 | 3 | 16 | 3B |
| Octal | 256 | 201 | 177 | 0 | 32 | 33 | 40 | 3 | 26 | 73 |
| Binary | 10101110 | 10000001 | 1111111 | 0 | 11010 | 11011 | 100000 | 11 | 10110 | 111011 |
Color Harmonies of #AE817F
Complementary color
Monochromatic Colors of #AE817F
Black with #AE817F
Text Example
Text Example
White with #AE817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE817F; }
p { color: rgb(174,129,127); }
H1.HeaderClassName
{
color: #AE817F;
}
.AnyTagClassName
{
color: #AE817F;
}
</style>
background-color css
<style>
a { background-color: #AE817F; }
a { background-color: rgb(174,129,127); }
div.DivClassName
{
background-color: #AE817F;
}
.BgClassName
{
background-color: #AE817F;
}
</style>
border-color css
<style>
span { border-color: #AE817F; }
span { border-color: rgb(174,129,127); }
td.TdClassName
{
border-color: #AE817F;
}
.TagClassName
{
border-color: #AE817F;
}
</style>