Shades of Rainee #ACC0A8
Tints of Rainee #ACC0A8
RGB
CMYK
RGB Variations
Color information
#ACC0A8 (or 0xACC0A8) is known color: Rainee. HEX triplet: AC, C0 and A8. RGB value is (172,192,168). Sum of RGB (Red+Green+Blue) = 172+192+168=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0A8 is #533F57. Grayscale: #B7B7B7. Windows color (decimal): -5455704 or 11059372. OLE color: 11059372.
HSL color Cylindrical-coordinate representation of color #ACC0A8: hue angle of 110º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC0A8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 168 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.25 |
| HSL | 110º | 0.16% | 0.71% | - |
| HSV(B) | 110º | 0.13% | 0.75% | - |
| XYZ | 42.93 | 49.3 | 44.3 | - |
| YUV | 183.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 168 | 0.10 | 0 | 0.12 | 0.25 | 110 | 0.16 | 0.71 |
| Hex | AC | C0 | A8 | A | 0 | C | 19 | 6E | 10 | 47 |
| Octal | 254 | 300 | 250 | 12 | 0 | 14 | 31 | 156 | 20 | 107 |
| Binary | 10101100 | 11000000 | 10101000 | 1010 | 0 | 1100 | 11001 | 1101110 | 10000 | 1000111 |
Color Harmonies of #ACC0A8
Complementary color
Monochromatic Colors of #ACC0A8
Black with #ACC0A8
Text Example
Text Example
White with #ACC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0A8; }
p { color: rgb(172,192,168); }
H1.HeaderClassName
{
color: #ACC0A8;
}
.AnyTagClassName
{
color: #ACC0A8;
}
</style>
background-color css
<style>
a { background-color: #ACC0A8; }
a { background-color: rgb(172,192,168); }
div.DivClassName
{
background-color: #ACC0A8;
}
.BgClassName
{
background-color: #ACC0A8;
}
</style>
border-color css
<style>
span { border-color: #ACC0A8; }
span { border-color: rgb(172,192,168); }
td.TdClassName
{
border-color: #ACC0A8;
}
.TagClassName
{
border-color: #ACC0A8;
}
</style>