Shades of Rainee #ACCAA5
Tints of Rainee #ACCAA5
RGB
CMYK
RGB Variations
Color information
#ACCAA5 (or 0xACCAA5) is known color: Rainee. HEX triplet: AC, CA and A5. RGB value is (172,202,165). Sum of RGB (Red+Green+Blue) = 172+202+165=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA5 is #53355A. Grayscale: #BCBCBC. Windows color (decimal): -5453147 or 10865324. OLE color: 10865324.
HSL color Cylindrical-coordinate representation of color #ACCAA5: hue angle of 108.65º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCAA5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 165 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.21 |
| HSL | 108.65º | 0.26% | 0.72% | - |
| HSV(B) | 108.65º | 0.18% | 0.79% | - |
| XYZ | 44.93 | 53.73 | 43.6 | - |
| YUV | 188.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 165 | 0.15 | 0 | 0.18 | 0.21 | 108.65 | 0.26 | 0.72 |
| Hex | AC | CA | A5 | F | 0 | 12 | 15 | 6D | 1A | 48 |
| Octal | 254 | 312 | 245 | 17 | 0 | 22 | 25 | 155 | 32 | 110 |
| Binary | 10101100 | 11001010 | 10100101 | 1111 | 0 | 10010 | 10101 | 1101101 | 11010 | 1001000 |
Color Harmonies of #ACCAA5
Complementary color
Monochromatic Colors of #ACCAA5
Black with #ACCAA5
Text Example
Text Example
White with #ACCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAA5; }
p { color: rgb(172,202,165); }
H1.HeaderClassName
{
color: #ACCAA5;
}
.AnyTagClassName
{
color: #ACCAA5;
}
</style>
background-color css
<style>
a { background-color: #ACCAA5; }
a { background-color: rgb(172,202,165); }
div.DivClassName
{
background-color: #ACCAA5;
}
.BgClassName
{
background-color: #ACCAA5;
}
</style>
border-color css
<style>
span { border-color: #ACCAA5; }
span { border-color: rgb(172,202,165); }
td.TdClassName
{
border-color: #ACCAA5;
}
.TagClassName
{
border-color: #ACCAA5;
}
</style>