Shades of Rainee #ACB2AB
Tints of Rainee #ACB2AB
RGB
CMYK
RGB Variations
Color information
#ACB2AB (or 0xACB2AB) is known color: Rainee. HEX triplet: AC, B2 and AB. RGB value is (172,178,171). Sum of RGB (Red+Green+Blue) = 172+178+171=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2AB is #534D54. Grayscale: #AFAFAF. Windows color (decimal): -5459285 or 11252396. OLE color: 11252396.
HSL color Cylindrical-coordinate representation of color #ACB2AB: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB2AB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 178 | 171 | - |
CMYK | 0.03 | 0 | 0.04 | 0.30 |
HSL | 111.43º | 0.04% | 0.68% | - |
HSV(B) | 111.43º | 0.04% | 0.7% | - |
XYZ | 40.28 | 43.55 | 44.81 | - |
YUV | 175.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 171 | 0.03 | 0 | 0.04 | 0.30 | 111.43 | 0.04 | 0.68 |
Hex | AC | B2 | AB | 3 | 0 | 4 | 1E | 6F | 4 | 44 |
Octal | 254 | 262 | 253 | 3 | 0 | 4 | 36 | 157 | 4 | 104 |
Binary | 10101100 | 10110010 | 10101011 | 11 | 0 | 100 | 11110 | 1101111 | 100 | 1000100 |
Color Harmonies of #ACB2AB
Complementary color
Monochromatic Colors of #ACB2AB
Black with #ACB2AB
Text Example
Text Example
White with #ACB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2AB; }
p { color: rgb(172,178,171); }
H1.HeaderClassName
{
color: #ACB2AB;
}
.AnyTagClassName
{
color: #ACB2AB;
}
</style>
background-color css
<style>
a { background-color: #ACB2AB; }
a { background-color: rgb(172,178,171); }
div.DivClassName
{
background-color: #ACB2AB;
}
.BgClassName
{
background-color: #ACB2AB;
}
</style>
border-color css
<style>
span { border-color: #ACB2AB; }
span { border-color: rgb(172,178,171); }
td.TdClassName
{
border-color: #ACB2AB;
}
.TagClassName
{
border-color: #ACB2AB;
}
</style>