Shades of Chinook #A2DFAF
Tints of Chinook #A2DFAF
RGB
CMYK
RGB Variations
Color information
#A2DFAF (or 0xA2DFAF) is known color: Chinook. HEX triplet: A2, DF and AF. RGB value is (162,223,175). Sum of RGB (Red+Green+Blue) = 162+223+175=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFAF is #5D2050. Grayscale: #C7C7C7. Windows color (decimal): -6103121 or 11526050. OLE color: 11526050.
HSL color Cylindrical-coordinate representation of color #A2DFAF: hue angle of 132.79º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFAF is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 175 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 132.79º | 0.49% | 0.75% | - |
| HSV(B) | 132.79º | 0.27% | 0.87% | - |
| XYZ | 49.03 | 63.55 | 50.24 | - |
| YUV | 199.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 175 | 0.27 | 0 | 0.22 | 0.13 | 132.79 | 0.49 | 0.75 |
| Hex | A2 | DF | AF | 1B | 0 | 16 | D | 85 | 31 | 4B |
| Octal | 242 | 337 | 257 | 33 | 0 | 26 | 15 | 205 | 61 | 113 |
| Binary | 10100010 | 11011111 | 10101111 | 11011 | 0 | 10110 | 1101 | 10000101 | 110001 | 1001011 |
Color Harmonies of #A2DFAF
Complementary color
Monochromatic Colors of #A2DFAF
Black with #A2DFAF
Text Example
Text Example
White with #A2DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFAF; }
p { color: rgb(162,223,175); }
H1.HeaderClassName
{
color: #A2DFAF;
}
.AnyTagClassName
{
color: #A2DFAF;
}
</style>
background-color css
<style>
a { background-color: #A2DFAF; }
a { background-color: rgb(162,223,175); }
div.DivClassName
{
background-color: #A2DFAF;
}
.BgClassName
{
background-color: #A2DFAF;
}
</style>
border-color css
<style>
span { border-color: #A2DFAF; }
span { border-color: rgb(162,223,175); }
td.TdClassName
{
border-color: #A2DFAF;
}
.TagClassName
{
border-color: #A2DFAF;
}
</style>