Shades of Brandy Rose #AE8A83
Tints of Brandy Rose #AE8A83
RGB
CMYK
RGB Variations
Color information
#AE8A83 (or 0xAE8A83) is known color: Brandy Rose. HEX triplet: AE, 8A and 83. RGB value is (174,138,131). Sum of RGB (Red+Green+Blue) = 174+138+131=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8A83 is #51757C. Grayscale: #949494. Windows color (decimal): -5338493 or 8620718. OLE color: 8620718.
HSL color Cylindrical-coordinate representation of color #AE8A83: hue angle of 9.77º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8A83 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 131 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.32 |
| HSL | 9.77º | 0.21% | 0.6% | - |
| HSV(B) | 9.77º | 0.25% | 0.68% | - |
| XYZ | 30.64 | 28.81 | 25.42 | - |
| YUV | 147.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 131 | 0 | 0.21 | 0.25 | 0.32 | 9.77 | 0.21 | 0.6 |
| Hex | AE | 8A | 83 | 0 | 15 | 19 | 20 | A | 15 | 3C |
| Octal | 256 | 212 | 203 | 0 | 25 | 31 | 40 | 12 | 25 | 74 |
| Binary | 10101110 | 10001010 | 10000011 | 0 | 10101 | 11001 | 100000 | 1010 | 10101 | 111100 |
Color Harmonies of #AE8A83
Complementary color
Monochromatic Colors of #AE8A83
Black with #AE8A83
Text Example
Text Example
White with #AE8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A83; }
p { color: rgb(174,138,131); }
H1.HeaderClassName
{
color: #AE8A83;
}
.AnyTagClassName
{
color: #AE8A83;
}
</style>
background-color css
<style>
a { background-color: #AE8A83; }
a { background-color: rgb(174,138,131); }
div.DivClassName
{
background-color: #AE8A83;
}
.BgClassName
{
background-color: #AE8A83;
}
</style>
border-color css
<style>
span { border-color: #AE8A83; }
span { border-color: rgb(174,138,131); }
td.TdClassName
{
border-color: #AE8A83;
}
.TagClassName
{
border-color: #AE8A83;
}
</style>