Shades of Rainee #AFB8AF
Tints of Rainee #AFB8AF
RGB
CMYK
RGB Variations
Color information
#AFB8AF (or 0xAFB8AF) is known color: Rainee. HEX triplet: AF, B8 and AF. RGB value is (175,184,175). Sum of RGB (Red+Green+Blue) = 175+184+175=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8AF is #504750. Grayscale: #B4B4B4. Windows color (decimal): -5261137 or 11516079. OLE color: 11516079.
HSL color Cylindrical-coordinate representation of color #AFB8AF: hue angle of 120º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB8AF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
RGB | 175 | 184 | 175 | - |
CMYK | 0.05 | 0 | 0.05 | 0.28 |
HSL | 120º | 0.06% | 0.7% | - |
HSV(B) | 120º | 0.05% | 0.72% | - |
XYZ | 42.56 | 46.49 | 47.29 | - |
YUV | 180.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 184 | 175 | 0.05 | 0 | 0.05 | 0.28 | 120 | 0.06 | 0.7 |
Hex | AF | B8 | AF | 5 | 0 | 5 | 1C | 78 | 6 | 46 |
Octal | 257 | 270 | 257 | 5 | 0 | 5 | 34 | 170 | 6 | 106 |
Binary | 10101111 | 10111000 | 10101111 | 101 | 0 | 101 | 11100 | 1111000 | 110 | 1000110 |
Color Harmonies of #AFB8AF
Complementary color
Monochromatic Colors of #AFB8AF
Black with #AFB8AF
Text Example
Text Example
White with #AFB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8AF; }
p { color: rgb(175,184,175); }
H1.HeaderClassName
{
color: #AFB8AF;
}
.AnyTagClassName
{
color: #AFB8AF;
}
</style>
background-color css
<style>
a { background-color: #AFB8AF; }
a { background-color: rgb(175,184,175); }
div.DivClassName
{
background-color: #AFB8AF;
}
.BgClassName
{
background-color: #AFB8AF;
}
</style>
border-color css
<style>
span { border-color: #AFB8AF; }
span { border-color: rgb(175,184,175); }
td.TdClassName
{
border-color: #AFB8AF;
}
.TagClassName
{
border-color: #AFB8AF;
}
</style>