Shades of Rosy Brown #AC8888
Tints of Rosy Brown #AC8888
RGB
CMYK
RGB Variations
Color information
#AC8888 (or 0xAC8888) is known color: Rosy Brown. HEX triplet: AC, 88 and 88. RGB value is (172,136,136). Sum of RGB (Red+Green+Blue) = 172+136+136=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8888 is #537777. Grayscale: #929292. Windows color (decimal): -5470072 or 8947884. OLE color: 8947884.
HSL color Cylindrical-coordinate representation of color #AC8888: hue angle of 0º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8888 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 136 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.33 |
| HSL | 0º | 0.18% | 0.6% | - |
| HSV(B) | 0º | 0.21% | 0.67% | - |
| XYZ | 30.26 | 28.16 | 27.13 | - |
| YUV | 146.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 136 | 0 | 0.21 | 0.21 | 0.33 | 0 | 0.18 | 0.6 |
| Hex | AC | 88 | 88 | 0 | 15 | 15 | 21 | 0 | 12 | 3C |
| Octal | 254 | 210 | 210 | 0 | 25 | 25 | 41 | 0 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10001000 | 0 | 10101 | 10101 | 100001 | 0 | 10010 | 111100 |
Color Harmonies of #AC8888
Complementary color
Monochromatic Colors of #AC8888
Black with #AC8888
Text Example
Text Example
White with #AC8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8888; }
p { color: rgb(172,136,136); }
H1.HeaderClassName
{
color: #AC8888;
}
.AnyTagClassName
{
color: #AC8888;
}
</style>
background-color css
<style>
a { background-color: #AC8888; }
a { background-color: rgb(172,136,136); }
div.DivClassName
{
background-color: #AC8888;
}
.BgClassName
{
background-color: #AC8888;
}
</style>
border-color css
<style>
span { border-color: #AC8888; }
span { border-color: rgb(172,136,136); }
td.TdClassName
{
border-color: #AC8888;
}
.TagClassName
{
border-color: #AC8888;
}
</style>