Shades of Brandy Rose #AE807C
Tints of Brandy Rose #AE807C
RGB
CMYK
RGB Variations
Color information
#AE807C (or 0xAE807C) is known color: Brandy Rose. HEX triplet: AE, 80 and 7C. RGB value is (174,128,124). Sum of RGB (Red+Green+Blue) = 174+128+124=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE807C is #517F83. Grayscale: #8D8D8D. Windows color (decimal): -5341060 or 8159406. OLE color: 8159406.
HSL color Cylindrical-coordinate representation of color #AE807C: hue angle of 4.8º 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 #AE807C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 124 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.32 |
| HSL | 4.8º | 0.24% | 0.58% | - |
| HSV(B) | 4.8º | 0.29% | 0.68% | - |
| XYZ | 28.81 | 25.89 | 22.55 | - |
| YUV | 141.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 124 | 0 | 0.26 | 0.29 | 0.32 | 4.8 | 0.24 | 0.58 |
| Hex | AE | 80 | 7C | 0 | 1A | 1D | 20 | 5 | 18 | 3A |
| Octal | 256 | 200 | 174 | 0 | 32 | 35 | 40 | 5 | 30 | 72 |
| Binary | 10101110 | 10000000 | 1111100 | 0 | 11010 | 11101 | 100000 | 101 | 11000 | 111010 |
Color Harmonies of #AE807C
Complementary color
Monochromatic Colors of #AE807C
Black with #AE807C
Text Example
Text Example
White with #AE807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE807C; }
p { color: rgb(174,128,124); }
H1.HeaderClassName
{
color: #AE807C;
}
.AnyTagClassName
{
color: #AE807C;
}
</style>
background-color css
<style>
a { background-color: #AE807C; }
a { background-color: rgb(174,128,124); }
div.DivClassName
{
background-color: #AE807C;
}
.BgClassName
{
background-color: #AE807C;
}
</style>
border-color css
<style>
span { border-color: #AE807C; }
span { border-color: rgb(174,128,124); }
td.TdClassName
{
border-color: #AE807C;
}
.TagClassName
{
border-color: #AE807C;
}
</style>