Shades of Brandy Rose #AE8079
Tints of Brandy Rose #AE8079
RGB
CMYK
RGB Variations
Color information
#AE8079 (or 0xAE8079) is known color: Brandy Rose. HEX triplet: AE, 80 and 79. RGB value is (174,128,121). Sum of RGB (Red+Green+Blue) = 174+128+121=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8079 is #517F86. Grayscale: #8D8D8D. Windows color (decimal): -5341063 or 7962798. OLE color: 7962798.
HSL color Cylindrical-coordinate representation of color #AE8079: hue angle of 7.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8079 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 121 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.32 |
| HSL | 7.92º | 0.25% | 0.58% | - |
| HSV(B) | 7.92º | 0.3% | 0.68% | - |
| XYZ | 28.63 | 25.82 | 21.56 | - |
| YUV | 140.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 121 | 0 | 0.26 | 0.30 | 0.32 | 7.92 | 0.25 | 0.58 |
| Hex | AE | 80 | 79 | 0 | 1A | 1E | 20 | 8 | 19 | 3A |
| Octal | 256 | 200 | 171 | 0 | 32 | 36 | 40 | 10 | 31 | 72 |
| Binary | 10101110 | 10000000 | 1111001 | 0 | 11010 | 11110 | 100000 | 1000 | 11001 | 111010 |
Color Harmonies of #AE8079
Complementary color
Monochromatic Colors of #AE8079
Black with #AE8079
Text Example
Text Example
White with #AE8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8079; }
p { color: rgb(174,128,121); }
H1.HeaderClassName
{
color: #AE8079;
}
.AnyTagClassName
{
color: #AE8079;
}
</style>
background-color css
<style>
a { background-color: #AE8079; }
a { background-color: rgb(174,128,121); }
div.DivClassName
{
background-color: #AE8079;
}
.BgClassName
{
background-color: #AE8079;
}
</style>
border-color css
<style>
span { border-color: #AE8079; }
span { border-color: rgb(174,128,121); }
td.TdClassName
{
border-color: #AE8079;
}
.TagClassName
{
border-color: #AE8079;
}
</style>