Shades of Rainee #AFB5AF
Tints of Rainee #AFB5AF
RGB
CMYK
RGB Variations
Color information
#AFB5AF (or 0xAFB5AF) is known color: Rainee. HEX triplet: AF, B5 and AF. RGB value is (175,181,175). Sum of RGB (Red+Green+Blue) = 175+181+175=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5AF is #504A50. Grayscale: #B2B2B2. Windows color (decimal): -5261905 or 11515311. OLE color: 11515311.
HSL color Cylindrical-coordinate representation of color #AFB5AF: hue angle of 120º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB5AF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 181 | 175 | - |
CMYK | 0.03 | 0 | 0.03 | 0.29 |
HSL | 120º | 0.04% | 0.7% | - |
HSV(B) | 120º | 0.03% | 0.71% | - |
XYZ | 41.94 | 45.26 | 47.08 | - |
YUV | 178.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 181 | 175 | 0.03 | 0 | 0.03 | 0.29 | 120 | 0.04 | 0.7 |
Hex | AF | B5 | AF | 3 | 0 | 3 | 1D | 78 | 4 | 46 |
Octal | 257 | 265 | 257 | 3 | 0 | 3 | 35 | 170 | 4 | 106 |
Binary | 10101111 | 10110101 | 10101111 | 11 | 0 | 11 | 11101 | 1111000 | 100 | 1000110 |
Color Harmonies of #AFB5AF
Complementary color
Monochromatic Colors of #AFB5AF
Black with #AFB5AF
Text Example
Text Example
White with #AFB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5AF; }
p { color: rgb(175,181,175); }
H1.HeaderClassName
{
color: #AFB5AF;
}
.AnyTagClassName
{
color: #AFB5AF;
}
</style>
background-color css
<style>
a { background-color: #AFB5AF; }
a { background-color: rgb(175,181,175); }
div.DivClassName
{
background-color: #AFB5AF;
}
.BgClassName
{
background-color: #AFB5AF;
}
</style>
border-color css
<style>
span { border-color: #AFB5AF; }
span { border-color: rgb(175,181,175); }
td.TdClassName
{
border-color: #AFB5AF;
}
.TagClassName
{
border-color: #AFB5AF;
}
</style>