Shades of Brandy Rose #AE847A
Tints of Brandy Rose #AE847A
RGB
CMYK
RGB Variations
Color information
#AE847A (or 0xAE847A) is known color: Brandy Rose. HEX triplet: AE, 84 and 7A. RGB value is (174,132,122). Sum of RGB (Red+Green+Blue) = 174+132+122=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE847A is #517B85. Grayscale: #8F8F8F. Windows color (decimal): -5340038 or 8029358. OLE color: 8029358.
HSL color Cylindrical-coordinate representation of color #AE847A: hue angle of 11.54º degrees, saturation: 0.24, 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 #AE847A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 122 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.32 |
| HSL | 11.54º | 0.24% | 0.58% | - |
| HSV(B) | 11.54º | 0.3% | 0.68% | - |
| XYZ | 29.22 | 26.91 | 22.07 | - |
| YUV | 143.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 122 | 0 | 0.24 | 0.30 | 0.32 | 11.54 | 0.24 | 0.58 |
| Hex | AE | 84 | 7A | 0 | 18 | 1E | 20 | C | 18 | 3A |
| Octal | 256 | 204 | 172 | 0 | 30 | 36 | 40 | 14 | 30 | 72 |
| Binary | 10101110 | 10000100 | 1111010 | 0 | 11000 | 11110 | 100000 | 1100 | 11000 | 111010 |
Color Harmonies of #AE847A
Complementary color
Monochromatic Colors of #AE847A
Black with #AE847A
Text Example
Text Example
White with #AE847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE847A; }
p { color: rgb(174,132,122); }
H1.HeaderClassName
{
color: #AE847A;
}
.AnyTagClassName
{
color: #AE847A;
}
</style>
background-color css
<style>
a { background-color: #AE847A; }
a { background-color: rgb(174,132,122); }
div.DivClassName
{
background-color: #AE847A;
}
.BgClassName
{
background-color: #AE847A;
}
</style>
border-color css
<style>
span { border-color: #AE847A; }
span { border-color: rgb(174,132,122); }
td.TdClassName
{
border-color: #AE847A;
}
.TagClassName
{
border-color: #AE847A;
}
</style>