Shades of Brandy Rose #AC857D
Tints of Brandy Rose #AC857D
RGB
CMYK
RGB Variations
Color information
#AC857D (or 0xAC857D) is known color: Brandy Rose. HEX triplet: AC, 85 and 7D. RGB value is (172,133,125). Sum of RGB (Red+Green+Blue) = 172+133+125=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC857D is #537A82. Grayscale: #8F8F8F. Windows color (decimal): -5470851 or 8226220. OLE color: 8226220.
HSL color Cylindrical-coordinate representation of color #AC857D: hue angle of 10.21º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC857D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 125 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.33 |
| HSL | 10.21º | 0.22% | 0.58% | - |
| HSV(B) | 10.21º | 0.27% | 0.67% | - |
| XYZ | 29.1 | 27.03 | 23.08 | - |
| YUV | 143.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 125 | 0 | 0.23 | 0.27 | 0.33 | 10.21 | 0.22 | 0.58 |
| Hex | AC | 85 | 7D | 0 | 17 | 1B | 21 | A | 16 | 3A |
| Octal | 254 | 205 | 175 | 0 | 27 | 33 | 41 | 12 | 26 | 72 |
| Binary | 10101100 | 10000101 | 1111101 | 0 | 10111 | 11011 | 100001 | 1010 | 10110 | 111010 |
Color Harmonies of #AC857D
Complementary color
Monochromatic Colors of #AC857D
Black with #AC857D
Text Example
Text Example
White with #AC857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC857D; }
p { color: rgb(172,133,125); }
H1.HeaderClassName
{
color: #AC857D;
}
.AnyTagClassName
{
color: #AC857D;
}
</style>
background-color css
<style>
a { background-color: #AC857D; }
a { background-color: rgb(172,133,125); }
div.DivClassName
{
background-color: #AC857D;
}
.BgClassName
{
background-color: #AC857D;
}
</style>
border-color css
<style>
span { border-color: #AC857D; }
span { border-color: rgb(172,133,125); }
td.TdClassName
{
border-color: #AC857D;
}
.TagClassName
{
border-color: #AC857D;
}
</style>