Shades of Chinook #A6CFAB
Tints of Chinook #A6CFAB
RGB
CMYK
RGB Variations
Color information
#A6CFAB (or 0xA6CFAB) is known color: Chinook. HEX triplet: A6, CF and AB. RGB value is (166,207,171). Sum of RGB (Red+Green+Blue) = 166+207+171=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFAB is #593054. Grayscale: #BEBEBE. Windows color (decimal): -5845077 or 11259814. OLE color: 11259814.
HSL color Cylindrical-coordinate representation of color #A6CFAB: hue angle of 127.32º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFAB is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 171 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.19 |
| HSL | 127.32º | 0.3% | 0.73% | - |
| HSV(B) | 127.32º | 0.2% | 0.81% | - |
| XYZ | 45.39 | 55.67 | 46.88 | - |
| YUV | 190.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 171 | 0.20 | 0 | 0.17 | 0.19 | 127.32 | 0.3 | 0.73 |
| Hex | A6 | CF | AB | 14 | 0 | 11 | 13 | 7F | 1E | 49 |
| Octal | 246 | 317 | 253 | 24 | 0 | 21 | 23 | 177 | 36 | 111 |
| Binary | 10100110 | 11001111 | 10101011 | 10100 | 0 | 10001 | 10011 | 1111111 | 11110 | 1001001 |
Color Harmonies of #A6CFAB
Complementary color
Monochromatic Colors of #A6CFAB
Black with #A6CFAB
Text Example
Text Example
White with #A6CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFAB; }
p { color: rgb(166,207,171); }
H1.HeaderClassName
{
color: #A6CFAB;
}
.AnyTagClassName
{
color: #A6CFAB;
}
</style>
background-color css
<style>
a { background-color: #A6CFAB; }
a { background-color: rgb(166,207,171); }
div.DivClassName
{
background-color: #A6CFAB;
}
.BgClassName
{
background-color: #A6CFAB;
}
</style>
border-color css
<style>
span { border-color: #A6CFAB; }
span { border-color: rgb(166,207,171); }
td.TdClassName
{
border-color: #A6CFAB;
}
.TagClassName
{
border-color: #A6CFAB;
}
</style>