Shades of Brandy Rose #AE8072
Tints of Brandy Rose #AE8072
RGB
CMYK
RGB Variations
Color information
#AE8072 (or 0xAE8072) is known color: Brandy Rose. HEX triplet: AE, 80 and 72. RGB value is (174,128,114). Sum of RGB (Red+Green+Blue) = 174+128+114=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8072 is #517F8D. Grayscale: #8C8C8C. Windows color (decimal): -5341070 or 7504046. OLE color: 7504046.
HSL color Cylindrical-coordinate representation of color #AE8072: hue angle of 14º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8072 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 114 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.32 |
| HSL | 14º | 0.27% | 0.56% | - |
| HSV(B) | 14º | 0.34% | 0.68% | - |
| XYZ | 28.21 | 25.65 | 19.38 | - |
| YUV | 140.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 114 | 0 | 0.26 | 0.34 | 0.32 | 14 | 0.27 | 0.56 |
| Hex | AE | 80 | 72 | 0 | 1A | 22 | 20 | E | 1B | 38 |
| Octal | 256 | 200 | 162 | 0 | 32 | 42 | 40 | 16 | 33 | 70 |
| Binary | 10101110 | 10000000 | 1110010 | 0 | 11010 | 100010 | 100000 | 1110 | 11011 | 111000 |
Color Harmonies of #AE8072
Complementary color
Monochromatic Colors of #AE8072
Black with #AE8072
Text Example
Text Example
White with #AE8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8072; }
p { color: rgb(174,128,114); }
H1.HeaderClassName
{
color: #AE8072;
}
.AnyTagClassName
{
color: #AE8072;
}
</style>
background-color css
<style>
a { background-color: #AE8072; }
a { background-color: rgb(174,128,114); }
div.DivClassName
{
background-color: #AE8072;
}
.BgClassName
{
background-color: #AE8072;
}
</style>
border-color css
<style>
span { border-color: #AE8072; }
span { border-color: rgb(174,128,114); }
td.TdClassName
{
border-color: #AE8072;
}
.TagClassName
{
border-color: #AE8072;
}
</style>