Shades of Brandy Rose #AE8581
Tints of Brandy Rose #AE8581
RGB
CMYK
RGB Variations
Color information
#AE8581 (or 0xAE8581) is known color: Brandy Rose. HEX triplet: AE, 85 and 81. RGB value is (174,133,129). Sum of RGB (Red+Green+Blue) = 174+133+129=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8581 is #517A7E. Grayscale: #909090. Windows color (decimal): -5339775 or 8488366. OLE color: 8488366.
HSL color Cylindrical-coordinate representation of color #AE8581: hue angle of 5.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8581 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 129 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.32 |
| HSL | 5.33º | 0.22% | 0.59% | - |
| HSV(B) | 5.33º | 0.26% | 0.68% | - |
| XYZ | 29.81 | 27.36 | 24.48 | - |
| YUV | 144.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 129 | 0 | 0.24 | 0.26 | 0.32 | 5.33 | 0.22 | 0.59 |
| Hex | AE | 85 | 81 | 0 | 18 | 1A | 20 | 5 | 16 | 3B |
| Octal | 256 | 205 | 201 | 0 | 30 | 32 | 40 | 5 | 26 | 73 |
| Binary | 10101110 | 10000101 | 10000001 | 0 | 11000 | 11010 | 100000 | 101 | 10110 | 111011 |
Color Harmonies of #AE8581
Complementary color
Monochromatic Colors of #AE8581
Black with #AE8581
Text Example
Text Example
White with #AE8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8581; }
p { color: rgb(174,133,129); }
H1.HeaderClassName
{
color: #AE8581;
}
.AnyTagClassName
{
color: #AE8581;
}
</style>
background-color css
<style>
a { background-color: #AE8581; }
a { background-color: rgb(174,133,129); }
div.DivClassName
{
background-color: #AE8581;
}
.BgClassName
{
background-color: #AE8581;
}
</style>
border-color css
<style>
span { border-color: #AE8581; }
span { border-color: rgb(174,133,129); }
td.TdClassName
{
border-color: #AE8581;
}
.TagClassName
{
border-color: #AE8581;
}
</style>