Shades of Rainee #AFB9AF
Tints of Rainee #AFB9AF
RGB
CMYK
RGB Variations
Color information
#AFB9AF (or 0xAFB9AF) is known color: Rainee. HEX triplet: AF, B9 and AF. RGB value is (175,185,175). Sum of RGB (Red+Green+Blue) = 175+185+175=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AF is #504650. Grayscale: #B4B4B4. Windows color (decimal): -5260881 or 11516335. OLE color: 11516335.
HSL color Cylindrical-coordinate representation of color #AFB9AF: hue angle of 120º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB9AF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 185 | 175 | - |
CMYK | 0.05 | 0 | 0.05 | 0.27 |
HSL | 120º | 0.07% | 0.71% | - |
HSV(B) | 120º | 0.05% | 0.73% | - |
XYZ | 42.77 | 46.91 | 47.36 | - |
YUV | 180.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 185 | 175 | 0.05 | 0 | 0.05 | 0.27 | 120 | 0.07 | 0.71 |
Hex | AF | B9 | AF | 5 | 0 | 5 | 1B | 78 | 7 | 47 |
Octal | 257 | 271 | 257 | 5 | 0 | 5 | 33 | 170 | 7 | 107 |
Binary | 10101111 | 10111001 | 10101111 | 101 | 0 | 101 | 11011 | 1111000 | 111 | 1000111 |
Color Harmonies of #AFB9AF
Complementary color
Monochromatic Colors of #AFB9AF
Black with #AFB9AF
Text Example
Text Example
White with #AFB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9AF; }
p { color: rgb(175,185,175); }
H1.HeaderClassName
{
color: #AFB9AF;
}
.AnyTagClassName
{
color: #AFB9AF;
}
</style>
background-color css
<style>
a { background-color: #AFB9AF; }
a { background-color: rgb(175,185,175); }
div.DivClassName
{
background-color: #AFB9AF;
}
.BgClassName
{
background-color: #AFB9AF;
}
</style>
border-color css
<style>
span { border-color: #AFB9AF; }
span { border-color: rgb(175,185,175); }
td.TdClassName
{
border-color: #AFB9AF;
}
.TagClassName
{
border-color: #AFB9AF;
}
</style>