Shades of Brandy Rose #AE887A
Tints of Brandy Rose #AE887A
RGB
CMYK
RGB Variations
Color information
#AE887A (or 0xAE887A) is known color: Brandy Rose. HEX triplet: AE, 88 and 7A. RGB value is (174,136,122). Sum of RGB (Red+Green+Blue) = 174+136+122=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887A is #517785. Grayscale: #919191. Windows color (decimal): -5339014 or 8030382. OLE color: 8030382.
HSL color Cylindrical-coordinate representation of color #AE887A: hue angle of 16.15º 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 #AE887A is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 122 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.32 |
| HSL | 16.15º | 0.24% | 0.58% | - |
| HSV(B) | 16.15º | 0.3% | 0.68% | - |
| XYZ | 29.77 | 28.01 | 22.25 | - |
| YUV | 145.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 122 | 0 | 0.22 | 0.30 | 0.32 | 16.15 | 0.24 | 0.58 |
| Hex | AE | 88 | 7A | 0 | 16 | 1E | 20 | 10 | 18 | 3A |
| Octal | 256 | 210 | 172 | 0 | 26 | 36 | 40 | 20 | 30 | 72 |
| Binary | 10101110 | 10001000 | 1111010 | 0 | 10110 | 11110 | 100000 | 10000 | 11000 | 111010 |
Color Harmonies of #AE887A
Complementary color
Monochromatic Colors of #AE887A
Black with #AE887A
Text Example
Text Example
White with #AE887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE887A; }
p { color: rgb(174,136,122); }
H1.HeaderClassName
{
color: #AE887A;
}
.AnyTagClassName
{
color: #AE887A;
}
</style>
background-color css
<style>
a { background-color: #AE887A; }
a { background-color: rgb(174,136,122); }
div.DivClassName
{
background-color: #AE887A;
}
.BgClassName
{
background-color: #AE887A;
}
</style>
border-color css
<style>
span { border-color: #AE887A; }
span { border-color: rgb(174,136,122); }
td.TdClassName
{
border-color: #AE887A;
}
.TagClassName
{
border-color: #AE887A;
}
</style>