Shades of Rainee #ACC8A5
Tints of Rainee #ACC8A5
RGB
CMYK
RGB Variations
Color information
#ACC8A5 (or 0xACC8A5) is known color: Rainee. HEX triplet: AC, C8 and A5. RGB value is (172,200,165). Sum of RGB (Red+Green+Blue) = 172+200+165=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8A5 is #53375A. Grayscale: #BBBBBB. Windows color (decimal): -5453659 or 10864812. OLE color: 10864812.
HSL color Cylindrical-coordinate representation of color #ACC8A5: hue angle of 108º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC8A5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 165 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.22 |
| HSL | 108º | 0.24% | 0.72% | - |
| HSV(B) | 108º | 0.18% | 0.78% | - |
| XYZ | 44.46 | 52.8 | 43.44 | - |
| YUV | 187.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 165 | 0.14 | 0 | 0.18 | 0.22 | 108 | 0.24 | 0.72 |
| Hex | AC | C8 | A5 | E | 0 | 12 | 16 | 6C | 18 | 48 |
| Octal | 254 | 310 | 245 | 16 | 0 | 22 | 26 | 154 | 30 | 110 |
| Binary | 10101100 | 11001000 | 10100101 | 1110 | 0 | 10010 | 10110 | 1101100 | 11000 | 1001000 |
Color Harmonies of #ACC8A5
Complementary color
Monochromatic Colors of #ACC8A5
Black with #ACC8A5
Text Example
Text Example
White with #ACC8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8A5; }
p { color: rgb(172,200,165); }
H1.HeaderClassName
{
color: #ACC8A5;
}
.AnyTagClassName
{
color: #ACC8A5;
}
</style>
background-color css
<style>
a { background-color: #ACC8A5; }
a { background-color: rgb(172,200,165); }
div.DivClassName
{
background-color: #ACC8A5;
}
.BgClassName
{
background-color: #ACC8A5;
}
</style>
border-color css
<style>
span { border-color: #ACC8A5; }
span { border-color: rgb(172,200,165); }
td.TdClassName
{
border-color: #ACC8A5;
}
.TagClassName
{
border-color: #ACC8A5;
}
</style>