Shades of Brandy Rose #AE8773
Tints of Brandy Rose #AE8773
RGB
CMYK
RGB Variations
Color information
#AE8773 (or 0xAE8773) is known color: Brandy Rose. HEX triplet: AE, 87 and 73. RGB value is (174,135,115). Sum of RGB (Red+Green+Blue) = 174+135+115=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8773 is #51788C. Grayscale: #909090. Windows color (decimal): -5339277 or 7571374. OLE color: 7571374.
HSL color Cylindrical-coordinate representation of color #AE8773: hue angle of 20.34º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8773 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 135 | 115 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.32 |
| HSL | 20.34º | 0.27% | 0.57% | - |
| HSV(B) | 20.34º | 0.34% | 0.68% | - |
| XYZ | 29.21 | 27.56 | 20 | - |
| YUV | 144.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 135 | 115 | 0 | 0.22 | 0.34 | 0.32 | 20.34 | 0.27 | 0.57 |
| Hex | AE | 87 | 73 | 0 | 16 | 22 | 20 | 14 | 1B | 39 |
| Octal | 256 | 207 | 163 | 0 | 26 | 42 | 40 | 24 | 33 | 71 |
| Binary | 10101110 | 10000111 | 1110011 | 0 | 10110 | 100010 | 100000 | 10100 | 11011 | 111001 |
Color Harmonies of #AE8773
Complementary color
Monochromatic Colors of #AE8773
Black with #AE8773
Text Example
Text Example
White with #AE8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8773; }
p { color: rgb(174,135,115); }
H1.HeaderClassName
{
color: #AE8773;
}
.AnyTagClassName
{
color: #AE8773;
}
</style>
background-color css
<style>
a { background-color: #AE8773; }
a { background-color: rgb(174,135,115); }
div.DivClassName
{
background-color: #AE8773;
}
.BgClassName
{
background-color: #AE8773;
}
</style>
border-color css
<style>
span { border-color: #AE8773; }
span { border-color: rgb(174,135,115); }
td.TdClassName
{
border-color: #AE8773;
}
.TagClassName
{
border-color: #AE8773;
}
</style>