Shades of Rosy Brown #AD8888
Tints of Rosy Brown #AD8888
RGB
CMYK
RGB Variations
Color information
#AD8888 (or 0xAD8888) is known color: Rosy Brown. HEX triplet: AD, 88 and 88. RGB value is (173,136,136). Sum of RGB (Red+Green+Blue) = 173+136+136=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8888 is #527777. Grayscale: #939393. Windows color (decimal): -5404536 or 8947885. OLE color: 8947885.
HSL color Cylindrical-coordinate representation of color #AD8888: hue angle of 0º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8888 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 136 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.32 |
| HSL | 0º | 0.18% | 0.61% | - |
| HSV(B) | 0º | 0.21% | 0.68% | - |
| XYZ | 30.48 | 28.27 | 27.14 | - |
| YUV | 147.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 136 | 0 | 0.21 | 0.21 | 0.32 | 0 | 0.18 | 0.61 |
| Hex | AD | 88 | 88 | 0 | 15 | 15 | 20 | 0 | 12 | 3D |
| Octal | 255 | 210 | 210 | 0 | 25 | 25 | 40 | 0 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10001000 | 0 | 10101 | 10101 | 100000 | 0 | 10010 | 111101 |
Color Harmonies of #AD8888
Complementary color
Monochromatic Colors of #AD8888
Black with #AD8888
Text Example
Text Example
White with #AD8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8888; }
p { color: rgb(173,136,136); }
H1.HeaderClassName
{
color: #AD8888;
}
.AnyTagClassName
{
color: #AD8888;
}
</style>
background-color css
<style>
a { background-color: #AD8888; }
a { background-color: rgb(173,136,136); }
div.DivClassName
{
background-color: #AD8888;
}
.BgClassName
{
background-color: #AD8888;
}
</style>
border-color css
<style>
span { border-color: #AD8888; }
span { border-color: rgb(173,136,136); }
td.TdClassName
{
border-color: #AD8888;
}
.TagClassName
{
border-color: #AD8888;
}
</style>