Shades of Brandy Rose #AE8277
Tints of Brandy Rose #AE8277
RGB
CMYK
RGB Variations
Color information
#AE8277 (or 0xAE8277) is known color: Brandy Rose. HEX triplet: AE, 82 and 77. RGB value is (174,130,119). Sum of RGB (Red+Green+Blue) = 174+130+119=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8277 is #517D88. Grayscale: #8D8D8D. Windows color (decimal): -5340553 or 7832238. OLE color: 7832238.
HSL color Cylindrical-coordinate representation of color #AE8277: hue angle of 12º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8277 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 119 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.32 |
| HSL | 12º | 0.25% | 0.57% | - |
| HSV(B) | 12º | 0.32% | 0.68% | - |
| XYZ | 28.77 | 26.3 | 21.01 | - |
| YUV | 141.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 119 | 0 | 0.25 | 0.32 | 0.32 | 12 | 0.25 | 0.57 |
| Hex | AE | 82 | 77 | 0 | 19 | 20 | 20 | C | 19 | 39 |
| Octal | 256 | 202 | 167 | 0 | 31 | 40 | 40 | 14 | 31 | 71 |
| Binary | 10101110 | 10000010 | 1110111 | 0 | 11001 | 100000 | 100000 | 1100 | 11001 | 111001 |
Color Harmonies of #AE8277
Complementary color
Monochromatic Colors of #AE8277
Black with #AE8277
Text Example
Text Example
White with #AE8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8277; }
p { color: rgb(174,130,119); }
H1.HeaderClassName
{
color: #AE8277;
}
.AnyTagClassName
{
color: #AE8277;
}
</style>
background-color css
<style>
a { background-color: #AE8277; }
a { background-color: rgb(174,130,119); }
div.DivClassName
{
background-color: #AE8277;
}
.BgClassName
{
background-color: #AE8277;
}
</style>
border-color css
<style>
span { border-color: #AE8277; }
span { border-color: rgb(174,130,119); }
td.TdClassName
{
border-color: #AE8277;
}
.TagClassName
{
border-color: #AE8277;
}
</style>