Shades of Brandy Rose #AE8172
Tints of Brandy Rose #AE8172
RGB
CMYK
RGB Variations
Color information
#AE8172 (or 0xAE8172) is known color: Brandy Rose. HEX triplet: AE, 81 and 72. RGB value is (174,129,114). Sum of RGB (Red+Green+Blue) = 174+129+114=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8172 is #517E8D. Grayscale: #8C8C8C. Windows color (decimal): -5340814 or 7504302. OLE color: 7504302.
HSL color Cylindrical-coordinate representation of color #AE8172: hue angle of 15º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8172 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 114 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.32 |
| HSL | 15º | 0.27% | 0.56% | - |
| HSV(B) | 15º | 0.34% | 0.68% | - |
| XYZ | 28.34 | 25.91 | 19.43 | - |
| YUV | 140.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 114 | 0 | 0.26 | 0.34 | 0.32 | 15 | 0.27 | 0.56 |
| Hex | AE | 81 | 72 | 0 | 1A | 22 | 20 | F | 1B | 38 |
| Octal | 256 | 201 | 162 | 0 | 32 | 42 | 40 | 17 | 33 | 70 |
| Binary | 10101110 | 10000001 | 1110010 | 0 | 11010 | 100010 | 100000 | 1111 | 11011 | 111000 |
Color Harmonies of #AE8172
Complementary color
Monochromatic Colors of #AE8172
Black with #AE8172
Text Example
Text Example
White with #AE8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8172; }
p { color: rgb(174,129,114); }
H1.HeaderClassName
{
color: #AE8172;
}
.AnyTagClassName
{
color: #AE8172;
}
</style>
background-color css
<style>
a { background-color: #AE8172; }
a { background-color: rgb(174,129,114); }
div.DivClassName
{
background-color: #AE8172;
}
.BgClassName
{
background-color: #AE8172;
}
</style>
border-color css
<style>
span { border-color: #AE8172; }
span { border-color: rgb(174,129,114); }
td.TdClassName
{
border-color: #AE8172;
}
.TagClassName
{
border-color: #AE8172;
}
</style>