Shades of Rainee #AFCBA6
Tints of Rainee #AFCBA6
RGB
CMYK
RGB Variations
Color information
#AFCBA6 (or 0xAFCBA6) is known color: Rainee. HEX triplet: AF, CB and A6. RGB value is (175,203,166). Sum of RGB (Red+Green+Blue) = 175+203+166=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA6 is #503459. Grayscale: #BEBEBE. Windows color (decimal): -5256282 or 10931119. OLE color: 10931119.
HSL color Cylindrical-coordinate representation of color #AFCBA6: hue angle of 105.41º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCBA6 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 166 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.20 |
| HSL | 105.41º | 0.26% | 0.72% | - |
| HSV(B) | 105.41º | 0.18% | 0.8% | - |
| XYZ | 45.92 | 54.58 | 44.19 | - |
| YUV | 190.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 166 | 0.14 | 0 | 0.18 | 0.20 | 105.41 | 0.26 | 0.72 |
| Hex | AF | CB | A6 | E | 0 | 12 | 14 | 69 | 1A | 48 |
| Octal | 257 | 313 | 246 | 16 | 0 | 22 | 24 | 151 | 32 | 110 |
| Binary | 10101111 | 11001011 | 10100110 | 1110 | 0 | 10010 | 10100 | 1101001 | 11010 | 1001000 |
Color Harmonies of #AFCBA6
Complementary color
Monochromatic Colors of #AFCBA6
Black with #AFCBA6
Text Example
Text Example
White with #AFCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBA6; }
p { color: rgb(175,203,166); }
H1.HeaderClassName
{
color: #AFCBA6;
}
.AnyTagClassName
{
color: #AFCBA6;
}
</style>
background-color css
<style>
a { background-color: #AFCBA6; }
a { background-color: rgb(175,203,166); }
div.DivClassName
{
background-color: #AFCBA6;
}
.BgClassName
{
background-color: #AFCBA6;
}
</style>
border-color css
<style>
span { border-color: #AFCBA6; }
span { border-color: rgb(175,203,166); }
td.TdClassName
{
border-color: #AFCBA6;
}
.TagClassName
{
border-color: #AFCBA6;
}
</style>