Shades of Brandy Rose #AC857C
Tints of Brandy Rose #AC857C
RGB
CMYK
RGB Variations
Color information
#AC857C (or 0xAC857C) is known color: Brandy Rose. HEX triplet: AC, 85 and 7C. RGB value is (172,133,124). Sum of RGB (Red+Green+Blue) = 172+133+124=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC857C is #537A83. Grayscale: #8F8F8F. Windows color (decimal): -5470852 or 8160684. OLE color: 8160684.
HSL color Cylindrical-coordinate representation of color #AC857C: hue angle of 11.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC857C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 124 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.33 |
| HSL | 11.25º | 0.22% | 0.58% | - |
| HSV(B) | 11.25º | 0.28% | 0.67% | - |
| XYZ | 29.04 | 27 | 22.75 | - |
| YUV | 143.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 124 | 0 | 0.23 | 0.28 | 0.33 | 11.25 | 0.22 | 0.58 |
| Hex | AC | 85 | 7C | 0 | 17 | 1C | 21 | B | 16 | 3A |
| Octal | 254 | 205 | 174 | 0 | 27 | 34 | 41 | 13 | 26 | 72 |
| Binary | 10101100 | 10000101 | 1111100 | 0 | 10111 | 11100 | 100001 | 1011 | 10110 | 111010 |
Color Harmonies of #AC857C
Complementary color
Monochromatic Colors of #AC857C
Black with #AC857C
Text Example
Text Example
White with #AC857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC857C; }
p { color: rgb(172,133,124); }
H1.HeaderClassName
{
color: #AC857C;
}
.AnyTagClassName
{
color: #AC857C;
}
</style>
background-color css
<style>
a { background-color: #AC857C; }
a { background-color: rgb(172,133,124); }
div.DivClassName
{
background-color: #AC857C;
}
.BgClassName
{
background-color: #AC857C;
}
</style>
border-color css
<style>
span { border-color: #AC857C; }
span { border-color: rgb(172,133,124); }
td.TdClassName
{
border-color: #AC857C;
}
.TagClassName
{
border-color: #AC857C;
}
</style>