Shades of Chinook #A2CFAC
Tints of Chinook #A2CFAC
RGB
CMYK
RGB Variations
Color information
#A2CFAC (or 0xA2CFAC) is known color: Chinook. HEX triplet: A2, CF and AC. RGB value is (162,207,172). Sum of RGB (Red+Green+Blue) = 162+207+172=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CFAC is #5D3053. Grayscale: #BDBDBD. Windows color (decimal): -6107220 or 11325346. OLE color: 11325346.
HSL color Cylindrical-coordinate representation of color #A2CFAC: hue angle of 133.33º 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 #A2CFAC is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 172 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.19 |
| HSL | 133.33º | 0.32% | 0.72% | - |
| HSV(B) | 133.33º | 0.22% | 0.81% | - |
| XYZ | 44.66 | 55.29 | 47.35 | - |
| YUV | 189.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 172 | 0.22 | 0 | 0.17 | 0.19 | 133.33 | 0.32 | 0.72 |
| Hex | A2 | CF | AC | 16 | 0 | 11 | 13 | 85 | 20 | 48 |
| Octal | 242 | 317 | 254 | 26 | 0 | 21 | 23 | 205 | 40 | 110 |
| Binary | 10100010 | 11001111 | 10101100 | 10110 | 0 | 10001 | 10011 | 10000101 | 100000 | 1001000 |
Color Harmonies of #A2CFAC
Complementary color
Monochromatic Colors of #A2CFAC
Black with #A2CFAC
Text Example
Text Example
White with #A2CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFAC; }
p { color: rgb(162,207,172); }
H1.HeaderClassName
{
color: #A2CFAC;
}
.AnyTagClassName
{
color: #A2CFAC;
}
</style>
background-color css
<style>
a { background-color: #A2CFAC; }
a { background-color: rgb(162,207,172); }
div.DivClassName
{
background-color: #A2CFAC;
}
.BgClassName
{
background-color: #A2CFAC;
}
</style>
border-color css
<style>
span { border-color: #A2CFAC; }
span { border-color: rgb(162,207,172); }
td.TdClassName
{
border-color: #A2CFAC;
}
.TagClassName
{
border-color: #A2CFAC;
}
</style>