Shades of Rainee #AFBBAB
Tints of Rainee #AFBBAB
RGB
CMYK
RGB Variations
Color information
#AFBBAB (or 0xAFBBAB) is known color: Rainee. HEX triplet: AF, BB and AB. RGB value is (175,187,171). Sum of RGB (Red+Green+Blue) = 175+187+171=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBAB is #504454. Grayscale: #B5B5B5. Windows color (decimal): -5260373 or 11254703. OLE color: 11254703.
HSL color Cylindrical-coordinate representation of color #AFBBAB: hue angle of 105º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBBAB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 187 | 171 | - |
CMYK | 0.06 | 0 | 0.09 | 0.27 |
HSL | 105º | 0.11% | 0.7% | - |
HSV(B) | 105º | 0.09% | 0.73% | - |
XYZ | 42.8 | 47.59 | 45.46 | - |
YUV | 181.59 | 122.02 | 123.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 187 | 171 | 0.06 | 0 | 0.09 | 0.27 | 105 | 0.11 | 0.7 |
Hex | AF | BB | AB | 6 | 0 | 9 | 1B | 69 | B | 46 |
Octal | 257 | 273 | 253 | 6 | 0 | 11 | 33 | 151 | 13 | 106 |
Binary | 10101111 | 10111011 | 10101011 | 110 | 0 | 1001 | 11011 | 1101001 | 1011 | 1000110 |
Color Harmonies of #AFBBAB
Complementary color
Monochromatic Colors of #AFBBAB
Black with #AFBBAB
Text Example
Text Example
White with #AFBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBAB; }
p { color: rgb(175,187,171); }
H1.HeaderClassName
{
color: #AFBBAB;
}
.AnyTagClassName
{
color: #AFBBAB;
}
</style>
background-color css
<style>
a { background-color: #AFBBAB; }
a { background-color: rgb(175,187,171); }
div.DivClassName
{
background-color: #AFBBAB;
}
.BgClassName
{
background-color: #AFBBAB;
}
</style>
border-color css
<style>
span { border-color: #AFBBAB; }
span { border-color: rgb(175,187,171); }
td.TdClassName
{
border-color: #AFBBAB;
}
.TagClassName
{
border-color: #AFBBAB;
}
</style>