Shades of Rainee #AFBBAC
Tints of Rainee #AFBBAC
RGB
CMYK
RGB Variations
Color information
#AFBBAC (or 0xAFBBAC) is known color: Rainee. HEX triplet: AF, BB and AC. RGB value is (175,187,172). Sum of RGB (Red+Green+Blue) = 175+187+172=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBAC is #504453. Grayscale: #B5B5B5. Windows color (decimal): -5260372 or 11320239. OLE color: 11320239.
HSL color Cylindrical-coordinate representation of color #AFBBAC: hue angle of 108º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBBAC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 172 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.27 |
| HSL | 108º | 0.1% | 0.7% | - |
| HSV(B) | 108º | 0.08% | 0.73% | - |
| XYZ | 42.9 | 47.63 | 45.96 | - |
| YUV | 181.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 172 | 0.06 | 0 | 0.08 | 0.27 | 108 | 0.1 | 0.7 |
| Hex | AF | BB | AC | 6 | 0 | 8 | 1B | 6C | A | 46 |
| Octal | 257 | 273 | 254 | 6 | 0 | 10 | 33 | 154 | 12 | 106 |
| Binary | 10101111 | 10111011 | 10101100 | 110 | 0 | 1000 | 11011 | 1101100 | 1010 | 1000110 |
Color Harmonies of #AFBBAC
Complementary color
Monochromatic Colors of #AFBBAC
Black with #AFBBAC
Text Example
Text Example
White with #AFBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBAC; }
p { color: rgb(175,187,172); }
H1.HeaderClassName
{
color: #AFBBAC;
}
.AnyTagClassName
{
color: #AFBBAC;
}
</style>
background-color css
<style>
a { background-color: #AFBBAC; }
a { background-color: rgb(175,187,172); }
div.DivClassName
{
background-color: #AFBBAC;
}
.BgClassName
{
background-color: #AFBBAC;
}
</style>
border-color css
<style>
span { border-color: #AFBBAC; }
span { border-color: rgb(175,187,172); }
td.TdClassName
{
border-color: #AFBBAC;
}
.TagClassName
{
border-color: #AFBBAC;
}
</style>