Shades of Brandy Rose #AE837D
Tints of Brandy Rose #AE837D
RGB
CMYK
RGB Variations
Color information
#AE837D (or 0xAE837D) is known color: Brandy Rose. HEX triplet: AE, 83 and 7D. RGB value is (174,131,125). Sum of RGB (Red+Green+Blue) = 174+131+125=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE837D is #517C82. Grayscale: #8F8F8F. Windows color (decimal): -5340291 or 8225710. OLE color: 8225710.
HSL color Cylindrical-coordinate representation of color #AE837D: hue angle of 7.35º 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 #AE837D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 125 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.32 |
| HSL | 7.35º | 0.23% | 0.59% | - |
| HSV(B) | 7.35º | 0.28% | 0.68% | - |
| XYZ | 29.27 | 26.71 | 23.02 | - |
| YUV | 143.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 125 | 0 | 0.25 | 0.28 | 0.32 | 7.35 | 0.23 | 0.59 |
| Hex | AE | 83 | 7D | 0 | 19 | 1C | 20 | 7 | 17 | 3B |
| Octal | 256 | 203 | 175 | 0 | 31 | 34 | 40 | 7 | 27 | 73 |
| Binary | 10101110 | 10000011 | 1111101 | 0 | 11001 | 11100 | 100000 | 111 | 10111 | 111011 |
Color Harmonies of #AE837D
Complementary color
Monochromatic Colors of #AE837D
Black with #AE837D
Text Example
Text Example
White with #AE837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE837D; }
p { color: rgb(174,131,125); }
H1.HeaderClassName
{
color: #AE837D;
}
.AnyTagClassName
{
color: #AE837D;
}
</style>
background-color css
<style>
a { background-color: #AE837D; }
a { background-color: rgb(174,131,125); }
div.DivClassName
{
background-color: #AE837D;
}
.BgClassName
{
background-color: #AE837D;
}
</style>
border-color css
<style>
span { border-color: #AE837D; }
span { border-color: rgb(174,131,125); }
td.TdClassName
{
border-color: #AE837D;
}
.TagClassName
{
border-color: #AE837D;
}
</style>