Shades of Brandy Rose #AE8271
Tints of Brandy Rose #AE8271
RGB
CMYK
RGB Variations
Color information
#AE8271 (or 0xAE8271) is known color: Brandy Rose. HEX triplet: AE, 82 and 71. RGB value is (174,130,113). Sum of RGB (Red+Green+Blue) = 174+130+113=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8271 is #517D8E. Grayscale: #8D8D8D. Windows color (decimal): -5340559 or 7439022. OLE color: 7439022.
HSL color Cylindrical-coordinate representation of color #AE8271: hue angle of 16.72º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE8271 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 113 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.32 |
| HSL | 16.72º | 0.27% | 0.56% | - |
| HSV(B) | 16.72º | 0.35% | 0.68% | - |
| XYZ | 28.42 | 26.16 | 19.17 | - |
| YUV | 141.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 113 | 0 | 0.25 | 0.35 | 0.32 | 16.72 | 0.27 | 0.56 |
| Hex | AE | 82 | 71 | 0 | 19 | 23 | 20 | 11 | 1B | 38 |
| Octal | 256 | 202 | 161 | 0 | 31 | 43 | 40 | 21 | 33 | 70 |
| Binary | 10101110 | 10000010 | 1110001 | 0 | 11001 | 100011 | 100000 | 10001 | 11011 | 111000 |
Color Harmonies of #AE8271
Complementary color
Monochromatic Colors of #AE8271
Black with #AE8271
Text Example
Text Example
White with #AE8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8271; }
p { color: rgb(174,130,113); }
H1.HeaderClassName
{
color: #AE8271;
}
.AnyTagClassName
{
color: #AE8271;
}
</style>
background-color css
<style>
a { background-color: #AE8271; }
a { background-color: rgb(174,130,113); }
div.DivClassName
{
background-color: #AE8271;
}
.BgClassName
{
background-color: #AE8271;
}
</style>
border-color css
<style>
span { border-color: #AE8271; }
span { border-color: rgb(174,130,113); }
td.TdClassName
{
border-color: #AE8271;
}
.TagClassName
{
border-color: #AE8271;
}
</style>