Shades of Brandy Rose #AC847A
Tints of Brandy Rose #AC847A
RGB
CMYK
RGB Variations
Color information
#AC847A (or 0xAC847A) is known color: Brandy Rose. HEX triplet: AC, 84 and 7A. RGB value is (172,132,122). Sum of RGB (Red+Green+Blue) = 172+132+122=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC847A is #537B85. Grayscale: #8E8E8E. Windows color (decimal): -5471110 or 8029356. OLE color: 8029356.
HSL color Cylindrical-coordinate representation of color #AC847A: hue angle of 12º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC847A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 122 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.33 |
| HSL | 12º | 0.23% | 0.58% | - |
| HSV(B) | 12º | 0.29% | 0.67% | - |
| XYZ | 28.78 | 26.68 | 22.05 | - |
| YUV | 142.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 122 | 0 | 0.23 | 0.29 | 0.33 | 12 | 0.23 | 0.58 |
| Hex | AC | 84 | 7A | 0 | 17 | 1D | 21 | C | 17 | 3A |
| Octal | 254 | 204 | 172 | 0 | 27 | 35 | 41 | 14 | 27 | 72 |
| Binary | 10101100 | 10000100 | 1111010 | 0 | 10111 | 11101 | 100001 | 1100 | 10111 | 111010 |
Color Harmonies of #AC847A
Complementary color
Monochromatic Colors of #AC847A
Black with #AC847A
Text Example
Text Example
White with #AC847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC847A; }
p { color: rgb(172,132,122); }
H1.HeaderClassName
{
color: #AC847A;
}
.AnyTagClassName
{
color: #AC847A;
}
</style>
background-color css
<style>
a { background-color: #AC847A; }
a { background-color: rgb(172,132,122); }
div.DivClassName
{
background-color: #AC847A;
}
.BgClassName
{
background-color: #AC847A;
}
</style>
border-color css
<style>
span { border-color: #AC847A; }
span { border-color: rgb(172,132,122); }
td.TdClassName
{
border-color: #AC847A;
}
.TagClassName
{
border-color: #AC847A;
}
</style>