Shades of Brandy Rose #AE867A
Tints of Brandy Rose #AE867A
RGB
CMYK
RGB Variations
Color information
#AE867A (or 0xAE867A) is known color: Brandy Rose. HEX triplet: AE, 86 and 7A. RGB value is (174,134,122). Sum of RGB (Red+Green+Blue) = 174+134+122=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE867A is #517985. Grayscale: #909090. Windows color (decimal): -5339526 or 8029870. OLE color: 8029870.
HSL color Cylindrical-coordinate representation of color #AE867A: hue angle of 13.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE867A is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 122 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.32 |
| HSL | 13.85º | 0.24% | 0.58% | - |
| HSV(B) | 13.85º | 0.3% | 0.68% | - |
| XYZ | 29.49 | 27.45 | 22.16 | - |
| YUV | 144.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 122 | 0 | 0.23 | 0.30 | 0.32 | 13.85 | 0.24 | 0.58 |
| Hex | AE | 86 | 7A | 0 | 17 | 1E | 20 | E | 18 | 3A |
| Octal | 256 | 206 | 172 | 0 | 27 | 36 | 40 | 16 | 30 | 72 |
| Binary | 10101110 | 10000110 | 1111010 | 0 | 10111 | 11110 | 100000 | 1110 | 11000 | 111010 |
Color Harmonies of #AE867A
Complementary color
Monochromatic Colors of #AE867A
Black with #AE867A
Text Example
Text Example
White with #AE867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE867A; }
p { color: rgb(174,134,122); }
H1.HeaderClassName
{
color: #AE867A;
}
.AnyTagClassName
{
color: #AE867A;
}
</style>
background-color css
<style>
a { background-color: #AE867A; }
a { background-color: rgb(174,134,122); }
div.DivClassName
{
background-color: #AE867A;
}
.BgClassName
{
background-color: #AE867A;
}
</style>
border-color css
<style>
span { border-color: #AE867A; }
span { border-color: rgb(174,134,122); }
td.TdClassName
{
border-color: #AE867A;
}
.TagClassName
{
border-color: #AE867A;
}
</style>