Shades of Brandy Rose #AE7E78
Tints of Brandy Rose #AE7E78
RGB
CMYK
RGB Variations
Color information
#AE7E78 (or 0xAE7E78) is known color: Brandy Rose. HEX triplet: AE, 7E and 78. RGB value is (174,126,120). Sum of RGB (Red+Green+Blue) = 174+126+120=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E78 is #518187. Grayscale: #8B8B8B. Windows color (decimal): -5341576 or 7896750. OLE color: 7896750.
HSL color Cylindrical-coordinate representation of color #AE7E78: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE7E78 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 120 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.32 |
| HSL | 6.67º | 0.25% | 0.58% | - |
| HSV(B) | 6.67º | 0.31% | 0.68% | - |
| XYZ | 28.31 | 25.28 | 21.16 | - |
| YUV | 139.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 120 | 0 | 0.28 | 0.31 | 0.32 | 6.67 | 0.25 | 0.58 |
| Hex | AE | 7E | 78 | 0 | 1C | 1F | 20 | 7 | 19 | 3A |
| Octal | 256 | 176 | 170 | 0 | 34 | 37 | 40 | 7 | 31 | 72 |
| Binary | 10101110 | 1111110 | 1111000 | 0 | 11100 | 11111 | 100000 | 111 | 11001 | 111010 |
Color Harmonies of #AE7E78
Complementary color
Monochromatic Colors of #AE7E78
Black with #AE7E78
Text Example
Text Example
White with #AE7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E78; }
p { color: rgb(174,126,120); }
H1.HeaderClassName
{
color: #AE7E78;
}
.AnyTagClassName
{
color: #AE7E78;
}
</style>
background-color css
<style>
a { background-color: #AE7E78; }
a { background-color: rgb(174,126,120); }
div.DivClassName
{
background-color: #AE7E78;
}
.BgClassName
{
background-color: #AE7E78;
}
</style>
border-color css
<style>
span { border-color: #AE7E78; }
span { border-color: rgb(174,126,120); }
td.TdClassName
{
border-color: #AE7E78;
}
.TagClassName
{
border-color: #AE7E78;
}
</style>