Shades of Rainee #ACB4AA
Tints of Rainee #ACB4AA
RGB
CMYK
RGB Variations
Color information
#ACB4AA (or 0xACB4AA) is known color: Rainee. HEX triplet: AC, B4 and AA. RGB value is (172,180,170). Sum of RGB (Red+Green+Blue) = 172+180+170=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB4AA is #534B55. Grayscale: #B0B0B0. Windows color (decimal): -5458774 or 11187372. OLE color: 11187372.
HSL color Cylindrical-coordinate representation of color #ACB4AA: hue angle of 108º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB4AA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 170 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.29 |
| HSL | 108º | 0.06% | 0.69% | - |
| HSV(B) | 108º | 0.06% | 0.71% | - |
| XYZ | 40.59 | 44.32 | 44.44 | - |
| YUV | 176.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 170 | 0.04 | 0 | 0.06 | 0.29 | 108 | 0.06 | 0.69 |
| Hex | AC | B4 | AA | 4 | 0 | 6 | 1D | 6C | 6 | 45 |
| Octal | 254 | 264 | 252 | 4 | 0 | 6 | 35 | 154 | 6 | 105 |
| Binary | 10101100 | 10110100 | 10101010 | 100 | 0 | 110 | 11101 | 1101100 | 110 | 1000101 |
Color Harmonies of #ACB4AA
Complementary color
Monochromatic Colors of #ACB4AA
Black with #ACB4AA
Text Example
Text Example
White with #ACB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4AA; }
p { color: rgb(172,180,170); }
H1.HeaderClassName
{
color: #ACB4AA;
}
.AnyTagClassName
{
color: #ACB4AA;
}
</style>
background-color css
<style>
a { background-color: #ACB4AA; }
a { background-color: rgb(172,180,170); }
div.DivClassName
{
background-color: #ACB4AA;
}
.BgClassName
{
background-color: #ACB4AA;
}
</style>
border-color css
<style>
span { border-color: #ACB4AA; }
span { border-color: rgb(172,180,170); }
td.TdClassName
{
border-color: #ACB4AA;
}
.TagClassName
{
border-color: #ACB4AA;
}
</style>