Shades of Brandy Rose #AE8A7D
Tints of Brandy Rose #AE8A7D
RGB
CMYK
RGB Variations
Color information
#AE8A7D (or 0xAE8A7D) is known color: Brandy Rose. HEX triplet: AE, 8A and 7D. RGB value is (174,138,125). Sum of RGB (Red+Green+Blue) = 174+138+125=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A7D is #517582. Grayscale: #939393. Windows color (decimal): -5338499 or 8227502. OLE color: 8227502.
HSL color Cylindrical-coordinate representation of color #AE8A7D: hue angle of 15.92º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE8A7D is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 125 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.32 |
| HSL | 15.92º | 0.23% | 0.59% | - |
| HSV(B) | 15.92º | 0.28% | 0.68% | - |
| XYZ | 30.25 | 28.66 | 23.34 | - |
| YUV | 147.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 125 | 0 | 0.21 | 0.28 | 0.32 | 15.92 | 0.23 | 0.59 |
| Hex | AE | 8A | 7D | 0 | 15 | 1C | 20 | 10 | 17 | 3B |
| Octal | 256 | 212 | 175 | 0 | 25 | 34 | 40 | 20 | 27 | 73 |
| Binary | 10101110 | 10001010 | 1111101 | 0 | 10101 | 11100 | 100000 | 10000 | 10111 | 111011 |
Color Harmonies of #AE8A7D
Complementary color
Monochromatic Colors of #AE8A7D
Black with #AE8A7D
Text Example
Text Example
White with #AE8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A7D; }
p { color: rgb(174,138,125); }
H1.HeaderClassName
{
color: #AE8A7D;
}
.AnyTagClassName
{
color: #AE8A7D;
}
</style>
background-color css
<style>
a { background-color: #AE8A7D; }
a { background-color: rgb(174,138,125); }
div.DivClassName
{
background-color: #AE8A7D;
}
.BgClassName
{
background-color: #AE8A7D;
}
</style>
border-color css
<style>
span { border-color: #AE8A7D; }
span { border-color: rgb(174,138,125); }
td.TdClassName
{
border-color: #AE8A7D;
}
.TagClassName
{
border-color: #AE8A7D;
}
</style>