Shades of Brandy Rose #AC847F
Tints of Brandy Rose #AC847F
RGB
CMYK
RGB Variations
Color information
#AC847F (or 0xAC847F) is known color: Brandy Rose. HEX triplet: AC, 84 and 7F. RGB value is (172,132,127). Sum of RGB (Red+Green+Blue) = 172+132+127=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC847F is #537B80. Grayscale: #8F8F8F. Windows color (decimal): -5471105 or 8357036. OLE color: 8357036.
HSL color Cylindrical-coordinate representation of color #AC847F: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC847F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 127 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.33 |
| HSL | 6.67º | 0.21% | 0.59% | - |
| HSV(B) | 6.67º | 0.26% | 0.67% | - |
| XYZ | 29.1 | 26.81 | 23.72 | - |
| YUV | 143.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 127 | 0 | 0.23 | 0.26 | 0.33 | 6.67 | 0.21 | 0.59 |
| Hex | AC | 84 | 7F | 0 | 17 | 1A | 21 | 7 | 15 | 3B |
| Octal | 254 | 204 | 177 | 0 | 27 | 32 | 41 | 7 | 25 | 73 |
| Binary | 10101100 | 10000100 | 1111111 | 0 | 10111 | 11010 | 100001 | 111 | 10101 | 111011 |
Color Harmonies of #AC847F
Complementary color
Monochromatic Colors of #AC847F
Black with #AC847F
Text Example
Text Example
White with #AC847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC847F; }
p { color: rgb(172,132,127); }
H1.HeaderClassName
{
color: #AC847F;
}
.AnyTagClassName
{
color: #AC847F;
}
</style>
background-color css
<style>
a { background-color: #AC847F; }
a { background-color: rgb(172,132,127); }
div.DivClassName
{
background-color: #AC847F;
}
.BgClassName
{
background-color: #AC847F;
}
</style>
border-color css
<style>
span { border-color: #AC847F; }
span { border-color: rgb(172,132,127); }
td.TdClassName
{
border-color: #AC847F;
}
.TagClassName
{
border-color: #AC847F;
}
</style>