Shades of Brandy Rose #AE857F
Tints of Brandy Rose #AE857F
RGB
CMYK
RGB Variations
Color information
#AE857F (or 0xAE857F) is known color: Brandy Rose. HEX triplet: AE, 85 and 7F. RGB value is (174,133,127). Sum of RGB (Red+Green+Blue) = 174+133+127=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857F is #517A80. Grayscale: #909090. Windows color (decimal): -5339777 or 8357294. OLE color: 8357294.
HSL color Cylindrical-coordinate representation of color #AE857F: hue angle of 7.66º 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 #AE857F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 127 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.32 |
| HSL | 7.66º | 0.22% | 0.59% | - |
| HSV(B) | 7.66º | 0.27% | 0.68% | - |
| XYZ | 29.67 | 27.31 | 23.79 | - |
| YUV | 144.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 127 | 0 | 0.24 | 0.27 | 0.32 | 7.66 | 0.22 | 0.59 |
| Hex | AE | 85 | 7F | 0 | 18 | 1B | 20 | 8 | 16 | 3B |
| Octal | 256 | 205 | 177 | 0 | 30 | 33 | 40 | 10 | 26 | 73 |
| Binary | 10101110 | 10000101 | 1111111 | 0 | 11000 | 11011 | 100000 | 1000 | 10110 | 111011 |
Color Harmonies of #AE857F
Complementary color
Monochromatic Colors of #AE857F
Black with #AE857F
Text Example
Text Example
White with #AE857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE857F; }
p { color: rgb(174,133,127); }
H1.HeaderClassName
{
color: #AE857F;
}
.AnyTagClassName
{
color: #AE857F;
}
</style>
background-color css
<style>
a { background-color: #AE857F; }
a { background-color: rgb(174,133,127); }
div.DivClassName
{
background-color: #AE857F;
}
.BgClassName
{
background-color: #AE857F;
}
</style>
border-color css
<style>
span { border-color: #AE857F; }
span { border-color: rgb(174,133,127); }
td.TdClassName
{
border-color: #AE857F;
}
.TagClassName
{
border-color: #AE857F;
}
</style>