Shades of Chinook #A1CFAB
Tints of Chinook #A1CFAB
RGB
CMYK
RGB Variations
Color information
#A1CFAB (or 0xA1CFAB) is known color: Chinook. HEX triplet: A1, CF and AB. RGB value is (161,207,171). Sum of RGB (Red+Green+Blue) = 161+207+171=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFAB is #5E3054. Grayscale: #BDBDBD. Windows color (decimal): -6172757 or 11259809. OLE color: 11259809.
HSL color Cylindrical-coordinate representation of color #A1CFAB: hue angle of 133.04º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFAB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 171 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.19 |
| HSL | 133.04º | 0.32% | 0.72% | - |
| HSV(B) | 133.04º | 0.22% | 0.81% | - |
| XYZ | 44.36 | 55.14 | 46.83 | - |
| YUV | 189.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 171 | 0.22 | 0 | 0.17 | 0.19 | 133.04 | 0.32 | 0.72 |
| Hex | A1 | CF | AB | 16 | 0 | 11 | 13 | 85 | 20 | 48 |
| Octal | 241 | 317 | 253 | 26 | 0 | 21 | 23 | 205 | 40 | 110 |
| Binary | 10100001 | 11001111 | 10101011 | 10110 | 0 | 10001 | 10011 | 10000101 | 100000 | 1001000 |
Color Harmonies of #A1CFAB
Complementary color
Monochromatic Colors of #A1CFAB
Black with #A1CFAB
Text Example
Text Example
White with #A1CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFAB; }
p { color: rgb(161,207,171); }
H1.HeaderClassName
{
color: #A1CFAB;
}
.AnyTagClassName
{
color: #A1CFAB;
}
</style>
background-color css
<style>
a { background-color: #A1CFAB; }
a { background-color: rgb(161,207,171); }
div.DivClassName
{
background-color: #A1CFAB;
}
.BgClassName
{
background-color: #A1CFAB;
}
</style>
border-color css
<style>
span { border-color: #A1CFAB; }
span { border-color: rgb(161,207,171); }
td.TdClassName
{
border-color: #A1CFAB;
}
.TagClassName
{
border-color: #A1CFAB;
}
</style>