Shades of Brandy Rose #AE7977
Tints of Brandy Rose #AE7977
RGB
CMYK
RGB Variations
Color information
#AE7977 (or 0xAE7977) is known color: Brandy Rose. HEX triplet: AE, 79 and 77. RGB value is (174,121,119). Sum of RGB (Red+Green+Blue) = 174+121+119=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7977 is #518688. Grayscale: #888888. Windows color (decimal): -5342857 or 7829934. OLE color: 7829934.
HSL color Cylindrical-coordinate representation of color #AE7977: hue angle of 2.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7977 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 121 | 119 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.32 |
| HSL | 2.18º | 0.25% | 0.57% | - |
| HSV(B) | 2.18º | 0.32% | 0.68% | - |
| XYZ | 27.62 | 24.01 | 20.63 | - |
| YUV | 136.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 121 | 119 | 0 | 0.30 | 0.32 | 0.32 | 2.18 | 0.25 | 0.57 |
| Hex | AE | 79 | 77 | 0 | 1E | 20 | 20 | 2 | 19 | 39 |
| Octal | 256 | 171 | 167 | 0 | 36 | 40 | 40 | 2 | 31 | 71 |
| Binary | 10101110 | 1111001 | 1110111 | 0 | 11110 | 100000 | 100000 | 10 | 11001 | 111001 |
Color Harmonies of #AE7977
Complementary color
Monochromatic Colors of #AE7977
Black with #AE7977
Text Example
Text Example
White with #AE7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7977; }
p { color: rgb(174,121,119); }
H1.HeaderClassName
{
color: #AE7977;
}
.AnyTagClassName
{
color: #AE7977;
}
</style>
background-color css
<style>
a { background-color: #AE7977; }
a { background-color: rgb(174,121,119); }
div.DivClassName
{
background-color: #AE7977;
}
.BgClassName
{
background-color: #AE7977;
}
</style>
border-color css
<style>
span { border-color: #AE7977; }
span { border-color: rgb(174,121,119); }
td.TdClassName
{
border-color: #AE7977;
}
.TagClassName
{
border-color: #AE7977;
}
</style>