Shades of Chinook #A2D9AF
Tints of Chinook #A2D9AF
RGB
CMYK
RGB Variations
Color information
#A2D9AF (or 0xA2D9AF) is known color: Chinook. HEX triplet: A2, D9 and AF. RGB value is (162,217,175). Sum of RGB (Red+Green+Blue) = 162+217+175=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9AF is #5D2650. Grayscale: #C3C3C3. Windows color (decimal): -6104657 or 11524514. OLE color: 11524514.
HSL color Cylindrical-coordinate representation of color #A2D9AF: hue angle of 134.18º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D9AF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
RGB | 162 | 217 | 175 | - |
CMYK | 0.25 | 0 | 0.19 | 0.15 |
HSL | 134.18º | 0.42% | 0.74% | - |
HSV(B) | 134.18º | 0.25% | 0.85% | - |
XYZ | 47.45 | 60.4 | 49.72 | - |
YUV | 195.77 | 116.28 | 103.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 217 | 175 | 0.25 | 0 | 0.19 | 0.15 | 134.18 | 0.42 | 0.74 |
Hex | A2 | D9 | AF | 19 | 0 | 13 | F | 86 | 2A | 4A |
Octal | 242 | 331 | 257 | 31 | 0 | 23 | 17 | 206 | 52 | 112 |
Binary | 10100010 | 11011001 | 10101111 | 11001 | 0 | 10011 | 1111 | 10000110 | 101010 | 1001010 |
Color Harmonies of #A2D9AF
Complementary color
Monochromatic Colors of #A2D9AF
Black with #A2D9AF
Text Example
Text Example
White with #A2D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9AF; }
p { color: rgb(162,217,175); }
H1.HeaderClassName
{
color: #A2D9AF;
}
.AnyTagClassName
{
color: #A2D9AF;
}
</style>
background-color css
<style>
a { background-color: #A2D9AF; }
a { background-color: rgb(162,217,175); }
div.DivClassName
{
background-color: #A2D9AF;
}
.BgClassName
{
background-color: #A2D9AF;
}
</style>
border-color css
<style>
span { border-color: #A2D9AF; }
span { border-color: rgb(162,217,175); }
td.TdClassName
{
border-color: #A2D9AF;
}
.TagClassName
{
border-color: #A2D9AF;
}
</style>