Shades of Brandy Rose #AC8879
Tints of Brandy Rose #AC8879
RGB
CMYK
RGB Variations
Color information
#AC8879 (or 0xAC8879) is known color: Brandy Rose. HEX triplet: AC, 88 and 79. RGB value is (172,136,121). Sum of RGB (Red+Green+Blue) = 172+136+121=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8879 is #537786. Grayscale: #919191. Windows color (decimal): -5470087 or 7964844. OLE color: 7964844.
HSL color Cylindrical-coordinate representation of color #AC8879: hue angle of 17.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8879 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 121 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.33 |
| HSL | 17.65º | 0.24% | 0.57% | - |
| HSV(B) | 17.65º | 0.3% | 0.67% | - |
| XYZ | 29.27 | 27.76 | 21.9 | - |
| YUV | 145.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 121 | 0 | 0.21 | 0.30 | 0.33 | 17.65 | 0.24 | 0.57 |
| Hex | AC | 88 | 79 | 0 | 15 | 1E | 21 | 12 | 18 | 39 |
| Octal | 254 | 210 | 171 | 0 | 25 | 36 | 41 | 22 | 30 | 71 |
| Binary | 10101100 | 10001000 | 1111001 | 0 | 10101 | 11110 | 100001 | 10010 | 11000 | 111001 |
Color Harmonies of #AC8879
Complementary color
Monochromatic Colors of #AC8879
Black with #AC8879
Text Example
Text Example
White with #AC8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8879; }
p { color: rgb(172,136,121); }
H1.HeaderClassName
{
color: #AC8879;
}
.AnyTagClassName
{
color: #AC8879;
}
</style>
background-color css
<style>
a { background-color: #AC8879; }
a { background-color: rgb(172,136,121); }
div.DivClassName
{
background-color: #AC8879;
}
.BgClassName
{
background-color: #AC8879;
}
</style>
border-color css
<style>
span { border-color: #AC8879; }
span { border-color: rgb(172,136,121); }
td.TdClassName
{
border-color: #AC8879;
}
.TagClassName
{
border-color: #AC8879;
}
</style>