Shades of Brandy Rose #AC8C83
Tints of Brandy Rose #AC8C83
RGB
CMYK
RGB Variations
Color information
#AC8C83 (or 0xAC8C83) is known color: Brandy Rose. HEX triplet: AC, 8C and 83. RGB value is (172,140,131). Sum of RGB (Red+Green+Blue) = 172+140+131=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C83 is #53737C. Grayscale: #949494. Windows color (decimal): -5469053 or 8621228. OLE color: 8621228.
HSL color Cylindrical-coordinate representation of color #AC8C83: hue angle of 13.17º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8C83 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 131 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.33 |
| HSL | 13.17º | 0.2% | 0.59% | - |
| HSV(B) | 13.17º | 0.24% | 0.67% | - |
| XYZ | 30.49 | 29.17 | 25.5 | - |
| YUV | 148.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 131 | 0 | 0.19 | 0.24 | 0.33 | 13.17 | 0.2 | 0.59 |
| Hex | AC | 8C | 83 | 0 | 13 | 18 | 21 | D | 14 | 3B |
| Octal | 254 | 214 | 203 | 0 | 23 | 30 | 41 | 15 | 24 | 73 |
| Binary | 10101100 | 10001100 | 10000011 | 0 | 10011 | 11000 | 100001 | 1101 | 10100 | 111011 |
Color Harmonies of #AC8C83
Complementary color
Monochromatic Colors of #AC8C83
Black with #AC8C83
Text Example
Text Example
White with #AC8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C83; }
p { color: rgb(172,140,131); }
H1.HeaderClassName
{
color: #AC8C83;
}
.AnyTagClassName
{
color: #AC8C83;
}
</style>
background-color css
<style>
a { background-color: #AC8C83; }
a { background-color: rgb(172,140,131); }
div.DivClassName
{
background-color: #AC8C83;
}
.BgClassName
{
background-color: #AC8C83;
}
</style>
border-color css
<style>
span { border-color: #AC8C83; }
span { border-color: rgb(172,140,131); }
td.TdClassName
{
border-color: #AC8C83;
}
.TagClassName
{
border-color: #AC8C83;
}
</style>