Shades of Rainee #ACC1AA
Tints of Rainee #ACC1AA
RGB
CMYK
RGB Variations
Color information
#ACC1AA (or 0xACC1AA) is known color: Rainee. HEX triplet: AC, C1 and AA. RGB value is (172,193,170). Sum of RGB (Red+Green+Blue) = 172+193+170=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1AA is #533E55. Grayscale: #B8B8B8. Windows color (decimal): -5455446 or 11190700. OLE color: 11190700.
HSL color Cylindrical-coordinate representation of color #ACC1AA: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC1AA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 170 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.24 |
| HSL | 114.78º | 0.16% | 0.71% | - |
| HSV(B) | 114.78º | 0.12% | 0.76% | - |
| XYZ | 43.34 | 49.81 | 45.36 | - |
| YUV | 184.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 170 | 0.11 | 0 | 0.12 | 0.24 | 114.78 | 0.16 | 0.71 |
| Hex | AC | C1 | AA | B | 0 | C | 18 | 73 | 10 | 47 |
| Octal | 254 | 301 | 252 | 13 | 0 | 14 | 30 | 163 | 20 | 107 |
| Binary | 10101100 | 11000001 | 10101010 | 1011 | 0 | 1100 | 11000 | 1110011 | 10000 | 1000111 |
Color Harmonies of #ACC1AA
Complementary color
Monochromatic Colors of #ACC1AA
Black with #ACC1AA
Text Example
Text Example
White with #ACC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1AA; }
p { color: rgb(172,193,170); }
H1.HeaderClassName
{
color: #ACC1AA;
}
.AnyTagClassName
{
color: #ACC1AA;
}
</style>
background-color css
<style>
a { background-color: #ACC1AA; }
a { background-color: rgb(172,193,170); }
div.DivClassName
{
background-color: #ACC1AA;
}
.BgClassName
{
background-color: #ACC1AA;
}
</style>
border-color css
<style>
span { border-color: #ACC1AA; }
span { border-color: rgb(172,193,170); }
td.TdClassName
{
border-color: #ACC1AA;
}
.TagClassName
{
border-color: #ACC1AA;
}
</style>