Shades of Chinook #A2DCAF
Tints of Chinook #A2DCAF
RGB
CMYK
RGB Variations
Color information
#A2DCAF (or 0xA2DCAF) is known color: Chinook. HEX triplet: A2, DC and AF. RGB value is (162,220,175). Sum of RGB (Red+Green+Blue) = 162+220+175=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCAF is #5D2350. Grayscale: #C5C5C5. Windows color (decimal): -6103889 or 11525282. OLE color: 11525282.
HSL color Cylindrical-coordinate representation of color #A2DCAF: hue angle of 133.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCAF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 175 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.14 |
| HSL | 133.45º | 0.45% | 0.75% | - |
| HSV(B) | 133.45º | 0.26% | 0.86% | - |
| XYZ | 48.23 | 61.96 | 49.98 | - |
| YUV | 197.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 175 | 0.26 | 0 | 0.20 | 0.14 | 133.45 | 0.45 | 0.75 |
| Hex | A2 | DC | AF | 1A | 0 | 14 | E | 85 | 2D | 4B |
| Octal | 242 | 334 | 257 | 32 | 0 | 24 | 16 | 205 | 55 | 113 |
| Binary | 10100010 | 11011100 | 10101111 | 11010 | 0 | 10100 | 1110 | 10000101 | 101101 | 1001011 |
Color Harmonies of #A2DCAF
Complementary color
Monochromatic Colors of #A2DCAF
Black with #A2DCAF
Text Example
Text Example
White with #A2DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCAF; }
p { color: rgb(162,220,175); }
H1.HeaderClassName
{
color: #A2DCAF;
}
.AnyTagClassName
{
color: #A2DCAF;
}
</style>
background-color css
<style>
a { background-color: #A2DCAF; }
a { background-color: rgb(162,220,175); }
div.DivClassName
{
background-color: #A2DCAF;
}
.BgClassName
{
background-color: #A2DCAF;
}
</style>
border-color css
<style>
span { border-color: #A2DCAF; }
span { border-color: rgb(162,220,175); }
td.TdClassName
{
border-color: #A2DCAF;
}
.TagClassName
{
border-color: #A2DCAF;
}
</style>