Shades of Brandy Rose #AE8A7E
Tints of Brandy Rose #AE8A7E
RGB
CMYK
RGB Variations
Color information
#AE8A7E (or 0xAE8A7E) is known color: Brandy Rose. HEX triplet: AE, 8A and 7E. RGB value is (174,138,126). Sum of RGB (Red+Green+Blue) = 174+138+126=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A7E is #517581. Grayscale: #939393. Windows color (decimal): -5338498 or 8293038. OLE color: 8293038.
HSL color Cylindrical-coordinate representation of color #AE8A7E: hue angle of 15º 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 #AE8A7E is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 126 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.32 |
| HSL | 15º | 0.23% | 0.59% | - |
| HSV(B) | 15º | 0.28% | 0.68% | - |
| XYZ | 30.31 | 28.68 | 23.68 | - |
| YUV | 147.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 126 | 0 | 0.21 | 0.28 | 0.32 | 15 | 0.23 | 0.59 |
| Hex | AE | 8A | 7E | 0 | 15 | 1C | 20 | F | 17 | 3B |
| Octal | 256 | 212 | 176 | 0 | 25 | 34 | 40 | 17 | 27 | 73 |
| Binary | 10101110 | 10001010 | 1111110 | 0 | 10101 | 11100 | 100000 | 1111 | 10111 | 111011 |
Color Harmonies of #AE8A7E
Complementary color
Monochromatic Colors of #AE8A7E
Black with #AE8A7E
Text Example
Text Example
White with #AE8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A7E; }
p { color: rgb(174,138,126); }
H1.HeaderClassName
{
color: #AE8A7E;
}
.AnyTagClassName
{
color: #AE8A7E;
}
</style>
background-color css
<style>
a { background-color: #AE8A7E; }
a { background-color: rgb(174,138,126); }
div.DivClassName
{
background-color: #AE8A7E;
}
.BgClassName
{
background-color: #AE8A7E;
}
</style>
border-color css
<style>
span { border-color: #AE8A7E; }
span { border-color: rgb(174,138,126); }
td.TdClassName
{
border-color: #AE8A7E;
}
.TagClassName
{
border-color: #AE8A7E;
}
</style>