Shades of Rainee #ACC3A8
Tints of Rainee #ACC3A8
RGB
CMYK
RGB Variations
Color information
#ACC3A8 (or 0xACC3A8) is known color: Rainee. HEX triplet: AC, C3 and A8. RGB value is (172,195,168). Sum of RGB (Red+Green+Blue) = 172+195+168=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3A8 is #533C57. Grayscale: #B9B9B9. Windows color (decimal): -5454936 or 11060140. OLE color: 11060140.
HSL color Cylindrical-coordinate representation of color #ACC3A8: hue angle of 111.11º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC3A8 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 168 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.24 |
| HSL | 111.11º | 0.18% | 0.71% | - |
| HSV(B) | 111.11º | 0.14% | 0.76% | - |
| XYZ | 43.6 | 50.63 | 44.52 | - |
| YUV | 185.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 168 | 0.12 | 0 | 0.14 | 0.24 | 111.11 | 0.18 | 0.71 |
| Hex | AC | C3 | A8 | C | 0 | E | 18 | 6F | 12 | 47 |
| Octal | 254 | 303 | 250 | 14 | 0 | 16 | 30 | 157 | 22 | 107 |
| Binary | 10101100 | 11000011 | 10101000 | 1100 | 0 | 1110 | 11000 | 1101111 | 10010 | 1000111 |
Color Harmonies of #ACC3A8
Complementary color
Monochromatic Colors of #ACC3A8
Black with #ACC3A8
Text Example
Text Example
White with #ACC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3A8; }
p { color: rgb(172,195,168); }
H1.HeaderClassName
{
color: #ACC3A8;
}
.AnyTagClassName
{
color: #ACC3A8;
}
</style>
background-color css
<style>
a { background-color: #ACC3A8; }
a { background-color: rgb(172,195,168); }
div.DivClassName
{
background-color: #ACC3A8;
}
.BgClassName
{
background-color: #ACC3A8;
}
</style>
border-color css
<style>
span { border-color: #ACC3A8; }
span { border-color: rgb(172,195,168); }
td.TdClassName
{
border-color: #ACC3A8;
}
.TagClassName
{
border-color: #ACC3A8;
}
</style>