Shades of Brandy Rose #AE7B7A
Tints of Brandy Rose #AE7B7A
RGB
CMYK
RGB Variations
Color information
#AE7B7A (or 0xAE7B7A) is known color: Brandy Rose. HEX triplet: AE, 7B and 7A. RGB value is (174,123,122). Sum of RGB (Red+Green+Blue) = 174+123+122=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7B7A is #518485. Grayscale: #8A8A8A. Windows color (decimal): -5342342 or 8027054. OLE color: 8027054.
HSL color Cylindrical-coordinate representation of color #AE7B7A: hue angle of 1.15º 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 #AE7B7A is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 122 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.32 |
| HSL | 1.15º | 0.24% | 0.58% | - |
| HSV(B) | 1.15º | 0.3% | 0.68% | - |
| XYZ | 28.05 | 24.57 | 21.68 | - |
| YUV | 138.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 122 | 0 | 0.29 | 0.30 | 0.32 | 1.15 | 0.24 | 0.58 |
| Hex | AE | 7B | 7A | 0 | 1D | 1E | 20 | 1 | 18 | 3A |
| Octal | 256 | 173 | 172 | 0 | 35 | 36 | 40 | 1 | 30 | 72 |
| Binary | 10101110 | 1111011 | 1111010 | 0 | 11101 | 11110 | 100000 | 1 | 11000 | 111010 |
Color Harmonies of #AE7B7A
Complementary color
Monochromatic Colors of #AE7B7A
Black with #AE7B7A
Text Example
Text Example
White with #AE7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B7A; }
p { color: rgb(174,123,122); }
H1.HeaderClassName
{
color: #AE7B7A;
}
.AnyTagClassName
{
color: #AE7B7A;
}
</style>
background-color css
<style>
a { background-color: #AE7B7A; }
a { background-color: rgb(174,123,122); }
div.DivClassName
{
background-color: #AE7B7A;
}
.BgClassName
{
background-color: #AE7B7A;
}
</style>
border-color css
<style>
span { border-color: #AE7B7A; }
span { border-color: rgb(174,123,122); }
td.TdClassName
{
border-color: #AE7B7A;
}
.TagClassName
{
border-color: #AE7B7A;
}
</style>