Shades of Brandy Rose #AE8181
Tints of Brandy Rose #AE8181
RGB
CMYK
RGB Variations
Color information
#AE8181 (or 0xAE8181) is known color: Brandy Rose. HEX triplet: AE, 81 and 81. RGB value is (174,129,129). Sum of RGB (Red+Green+Blue) = 174+129+129=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8181 is #517E7E. Grayscale: #8E8E8E. Windows color (decimal): -5340799 or 8487342. OLE color: 8487342.
HSL color Cylindrical-coordinate representation of color #AE8181: hue angle of 0º 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 #AE8181 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 129 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.32 |
| HSL | 0º | 0.22% | 0.59% | - |
| HSV(B) | 0º | 0.26% | 0.68% | - |
| XYZ | 29.27 | 26.28 | 24.3 | - |
| YUV | 142.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 129 | 0 | 0.26 | 0.26 | 0.32 | 0 | 0.22 | 0.59 |
| Hex | AE | 81 | 81 | 0 | 1A | 1A | 20 | 0 | 16 | 3B |
| Octal | 256 | 201 | 201 | 0 | 32 | 32 | 40 | 0 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10000001 | 0 | 11010 | 11010 | 100000 | 0 | 10110 | 111011 |
Color Harmonies of #AE8181
Complementary color
Monochromatic Colors of #AE8181
Black with #AE8181
Text Example
Text Example
White with #AE8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8181; }
p { color: rgb(174,129,129); }
H1.HeaderClassName
{
color: #AE8181;
}
.AnyTagClassName
{
color: #AE8181;
}
</style>
background-color css
<style>
a { background-color: #AE8181; }
a { background-color: rgb(174,129,129); }
div.DivClassName
{
background-color: #AE8181;
}
.BgClassName
{
background-color: #AE8181;
}
</style>
border-color css
<style>
span { border-color: #AE8181; }
span { border-color: rgb(174,129,129); }
td.TdClassName
{
border-color: #AE8181;
}
.TagClassName
{
border-color: #AE8181;
}
</style>