Shades of Rainee #AFB6AC
Tints of Rainee #AFB6AC
RGB
CMYK
RGB Variations
Color information
#AFB6AC (or 0xAFB6AC) is known color: Rainee. HEX triplet: AF, B6 and AC. RGB value is (175,182,172). Sum of RGB (Red+Green+Blue) = 175+182+172=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6AC is #504953. Grayscale: #B2B2B2. Windows color (decimal): -5261652 or 11318959. OLE color: 11318959.
HSL color Cylindrical-coordinate representation of color #AFB6AC: hue angle of 102º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB6AC is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 182 | 172 | - |
CMYK | 0.04 | 0 | 0.05 | 0.29 |
HSL | 102º | 0.06% | 0.69% | - |
HSV(B) | 102º | 0.05% | 0.71% | - |
XYZ | 41.85 | 45.55 | 45.62 | - |
YUV | 178.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 182 | 172 | 0.04 | 0 | 0.05 | 0.29 | 102 | 0.06 | 0.69 |
Hex | AF | B6 | AC | 4 | 0 | 5 | 1D | 66 | 6 | 45 |
Octal | 257 | 266 | 254 | 4 | 0 | 5 | 35 | 146 | 6 | 105 |
Binary | 10101111 | 10110110 | 10101100 | 100 | 0 | 101 | 11101 | 1100110 | 110 | 1000101 |
Color Harmonies of #AFB6AC
Complementary color
Monochromatic Colors of #AFB6AC
Black with #AFB6AC
Text Example
Text Example
White with #AFB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6AC; }
p { color: rgb(175,182,172); }
H1.HeaderClassName
{
color: #AFB6AC;
}
.AnyTagClassName
{
color: #AFB6AC;
}
</style>
background-color css
<style>
a { background-color: #AFB6AC; }
a { background-color: rgb(175,182,172); }
div.DivClassName
{
background-color: #AFB6AC;
}
.BgClassName
{
background-color: #AFB6AC;
}
</style>
border-color css
<style>
span { border-color: #AFB6AC; }
span { border-color: rgb(175,182,172); }
td.TdClassName
{
border-color: #AFB6AC;
}
.TagClassName
{
border-color: #AFB6AC;
}
</style>