Shades of Brandy Rose #AE857B
Tints of Brandy Rose #AE857B
RGB
CMYK
RGB Variations
Color information
#AE857B (or 0xAE857B) is known color: Brandy Rose. HEX triplet: AE, 85 and 7B. RGB value is (174,133,123). Sum of RGB (Red+Green+Blue) = 174+133+123=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE857B is #517A84. Grayscale: #909090. Windows color (decimal): -5339781 or 8095150. OLE color: 8095150.
HSL color Cylindrical-coordinate representation of color #AE857B: hue angle of 11.76º 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 #AE857B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 123 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.32 |
| HSL | 11.76º | 0.24% | 0.58% | - |
| HSV(B) | 11.76º | 0.29% | 0.68% | - |
| XYZ | 29.42 | 27.2 | 22.44 | - |
| YUV | 144.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 123 | 0 | 0.24 | 0.29 | 0.32 | 11.76 | 0.24 | 0.58 |
| Hex | AE | 85 | 7B | 0 | 18 | 1D | 20 | C | 18 | 3A |
| Octal | 256 | 205 | 173 | 0 | 30 | 35 | 40 | 14 | 30 | 72 |
| Binary | 10101110 | 10000101 | 1111011 | 0 | 11000 | 11101 | 100000 | 1100 | 11000 | 111010 |
Color Harmonies of #AE857B
Complementary color
Monochromatic Colors of #AE857B
Black with #AE857B
Text Example
Text Example
White with #AE857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE857B; }
p { color: rgb(174,133,123); }
H1.HeaderClassName
{
color: #AE857B;
}
.AnyTagClassName
{
color: #AE857B;
}
</style>
background-color css
<style>
a { background-color: #AE857B; }
a { background-color: rgb(174,133,123); }
div.DivClassName
{
background-color: #AE857B;
}
.BgClassName
{
background-color: #AE857B;
}
</style>
border-color css
<style>
span { border-color: #AE857B; }
span { border-color: rgb(174,133,123); }
td.TdClassName
{
border-color: #AE857B;
}
.TagClassName
{
border-color: #AE857B;
}
</style>