Shades of Brandy Rose #AE827A
Tints of Brandy Rose #AE827A
RGB
CMYK
RGB Variations
Color information
#AE827A (or 0xAE827A) is known color: Brandy Rose. HEX triplet: AE, 82 and 7A. RGB value is (174,130,122). Sum of RGB (Red+Green+Blue) = 174+130+122=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE827A is #517D85. Grayscale: #8E8E8E. Windows color (decimal): -5340550 or 8028846. OLE color: 8028846.
HSL color Cylindrical-coordinate representation of color #AE827A: hue angle of 9.23º 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 #AE827A is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 122 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.32 |
| HSL | 9.23º | 0.24% | 0.58% | - |
| HSV(B) | 9.23º | 0.3% | 0.68% | - |
| XYZ | 28.95 | 26.37 | 21.98 | - |
| YUV | 142.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 122 | 0 | 0.25 | 0.30 | 0.32 | 9.23 | 0.24 | 0.58 |
| Hex | AE | 82 | 7A | 0 | 19 | 1E | 20 | 9 | 18 | 3A |
| Octal | 256 | 202 | 172 | 0 | 31 | 36 | 40 | 11 | 30 | 72 |
| Binary | 10101110 | 10000010 | 1111010 | 0 | 11001 | 11110 | 100000 | 1001 | 11000 | 111010 |
Color Harmonies of #AE827A
Complementary color
Monochromatic Colors of #AE827A
Black with #AE827A
Text Example
Text Example
White with #AE827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE827A; }
p { color: rgb(174,130,122); }
H1.HeaderClassName
{
color: #AE827A;
}
.AnyTagClassName
{
color: #AE827A;
}
</style>
background-color css
<style>
a { background-color: #AE827A; }
a { background-color: rgb(174,130,122); }
div.DivClassName
{
background-color: #AE827A;
}
.BgClassName
{
background-color: #AE827A;
}
</style>
border-color css
<style>
span { border-color: #AE827A; }
span { border-color: rgb(174,130,122); }
td.TdClassName
{
border-color: #AE827A;
}
.TagClassName
{
border-color: #AE827A;
}
</style>