Shades of Brandy Rose #AC847B
Tints of Brandy Rose #AC847B
RGB
CMYK
RGB Variations
Color information
#AC847B (or 0xAC847B) is known color: Brandy Rose. HEX triplet: AC, 84 and 7B. RGB value is (172,132,123). Sum of RGB (Red+Green+Blue) = 172+132+123=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC847B is #537B84. Grayscale: #8F8F8F. Windows color (decimal): -5471109 or 8094892. OLE color: 8094892.
HSL color Cylindrical-coordinate representation of color #AC847B: hue angle of 11.02º degrees, saturation: 0.23, 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 #AC847B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 123 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.33 |
| HSL | 11.02º | 0.23% | 0.58% | - |
| HSV(B) | 11.02º | 0.28% | 0.67% | - |
| XYZ | 28.84 | 26.7 | 22.37 | - |
| YUV | 142.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 123 | 0 | 0.23 | 0.28 | 0.33 | 11.02 | 0.23 | 0.58 |
| Hex | AC | 84 | 7B | 0 | 17 | 1C | 21 | B | 17 | 3A |
| Octal | 254 | 204 | 173 | 0 | 27 | 34 | 41 | 13 | 27 | 72 |
| Binary | 10101100 | 10000100 | 1111011 | 0 | 10111 | 11100 | 100001 | 1011 | 10111 | 111010 |
Color Harmonies of #AC847B
Complementary color
Monochromatic Colors of #AC847B
Black with #AC847B
Text Example
Text Example
White with #AC847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC847B; }
p { color: rgb(172,132,123); }
H1.HeaderClassName
{
color: #AC847B;
}
.AnyTagClassName
{
color: #AC847B;
}
</style>
background-color css
<style>
a { background-color: #AC847B; }
a { background-color: rgb(172,132,123); }
div.DivClassName
{
background-color: #AC847B;
}
.BgClassName
{
background-color: #AC847B;
}
</style>
border-color css
<style>
span { border-color: #AC847B; }
span { border-color: rgb(172,132,123); }
td.TdClassName
{
border-color: #AC847B;
}
.TagClassName
{
border-color: #AC847B;
}
</style>