Shades of Brandy Rose #AE8C80
Tints of Brandy Rose #AE8C80
RGB
CMYK
RGB Variations
Color information
#AE8C80 (or 0xAE8C80) is known color: Brandy Rose. HEX triplet: AE, 8C and 80. RGB value is (174,140,128). Sum of RGB (Red+Green+Blue) = 174+140+128=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C80 is #51737F. Grayscale: #949494. Windows color (decimal): -5337984 or 8424622. OLE color: 8424622.
HSL color Cylindrical-coordinate representation of color #AE8C80: hue angle of 15.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8C80 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 128 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.32 |
| HSL | 15.65º | 0.22% | 0.59% | - |
| HSV(B) | 15.65º | 0.26% | 0.68% | - |
| XYZ | 30.73 | 29.31 | 24.46 | - |
| YUV | 148.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 128 | 0 | 0.20 | 0.26 | 0.32 | 15.65 | 0.22 | 0.59 |
| Hex | AE | 8C | 80 | 0 | 14 | 1A | 20 | 10 | 16 | 3B |
| Octal | 256 | 214 | 200 | 0 | 24 | 32 | 40 | 20 | 26 | 73 |
| Binary | 10101110 | 10001100 | 10000000 | 0 | 10100 | 11010 | 100000 | 10000 | 10110 | 111011 |
Color Harmonies of #AE8C80
Complementary color
Monochromatic Colors of #AE8C80
Black with #AE8C80
Text Example
Text Example
White with #AE8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C80; }
p { color: rgb(174,140,128); }
H1.HeaderClassName
{
color: #AE8C80;
}
.AnyTagClassName
{
color: #AE8C80;
}
</style>
background-color css
<style>
a { background-color: #AE8C80; }
a { background-color: rgb(174,140,128); }
div.DivClassName
{
background-color: #AE8C80;
}
.BgClassName
{
background-color: #AE8C80;
}
</style>
border-color css
<style>
span { border-color: #AE8C80; }
span { border-color: rgb(174,140,128); }
td.TdClassName
{
border-color: #AE8C80;
}
.TagClassName
{
border-color: #AE8C80;
}
</style>