Shades of Brandy Rose #AE827E
Tints of Brandy Rose #AE827E
RGB
CMYK
RGB Variations
Color information
#AE827E (or 0xAE827E) is known color: Brandy Rose. HEX triplet: AE, 82 and 7E. RGB value is (174,130,126). Sum of RGB (Red+Green+Blue) = 174+130+126=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE827E is #517D81. Grayscale: #8E8E8E. Windows color (decimal): -5340546 or 8290990. OLE color: 8290990.
HSL color Cylindrical-coordinate representation of color #AE827E: hue angle of 5º 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 #AE827E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 126 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.32 |
| HSL | 5º | 0.23% | 0.59% | - |
| HSV(B) | 5º | 0.28% | 0.68% | - |
| XYZ | 29.2 | 26.47 | 23.31 | - |
| YUV | 142.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 126 | 0 | 0.25 | 0.28 | 0.32 | 5 | 0.23 | 0.59 |
| Hex | AE | 82 | 7E | 0 | 19 | 1C | 20 | 5 | 17 | 3B |
| Octal | 256 | 202 | 176 | 0 | 31 | 34 | 40 | 5 | 27 | 73 |
| Binary | 10101110 | 10000010 | 1111110 | 0 | 11001 | 11100 | 100000 | 101 | 10111 | 111011 |
Color Harmonies of #AE827E
Complementary color
Monochromatic Colors of #AE827E
Black with #AE827E
Text Example
Text Example
White with #AE827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE827E; }
p { color: rgb(174,130,126); }
H1.HeaderClassName
{
color: #AE827E;
}
.AnyTagClassName
{
color: #AE827E;
}
</style>
background-color css
<style>
a { background-color: #AE827E; }
a { background-color: rgb(174,130,126); }
div.DivClassName
{
background-color: #AE827E;
}
.BgClassName
{
background-color: #AE827E;
}
</style>
border-color css
<style>
span { border-color: #AE827E; }
span { border-color: rgb(174,130,126); }
td.TdClassName
{
border-color: #AE827E;
}
.TagClassName
{
border-color: #AE827E;
}
</style>