Shades of Chinook #A2CFA8
Tints of Chinook #A2CFA8
RGB
CMYK
RGB Variations
Color information
#A2CFA8 (or 0xA2CFA8) is known color: Chinook. HEX triplet: A2, CF and A8. RGB value is (162,207,168). Sum of RGB (Red+Green+Blue) = 162+207+168=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CFA8 is #5D3057. Grayscale: #BDBDBD. Windows color (decimal): -6107224 or 11063202. OLE color: 11063202.
HSL color Cylindrical-coordinate representation of color #A2CFA8: hue angle of 128º 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 #A2CFA8 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 168 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.19 |
| HSL | 128º | 0.32% | 0.72% | - |
| HSV(B) | 128º | 0.22% | 0.81% | - |
| XYZ | 44.28 | 55.13 | 45.35 | - |
| YUV | 189.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 168 | 0.22 | 0 | 0.19 | 0.19 | 128 | 0.32 | 0.72 |
| Hex | A2 | CF | A8 | 16 | 0 | 13 | 13 | 80 | 20 | 48 |
| Octal | 242 | 317 | 250 | 26 | 0 | 23 | 23 | 200 | 40 | 110 |
| Binary | 10100010 | 11001111 | 10101000 | 10110 | 0 | 10011 | 10011 | 10000000 | 100000 | 1001000 |
Color Harmonies of #A2CFA8
Complementary color
Monochromatic Colors of #A2CFA8
Black with #A2CFA8
Text Example
Text Example
White with #A2CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFA8; }
p { color: rgb(162,207,168); }
H1.HeaderClassName
{
color: #A2CFA8;
}
.AnyTagClassName
{
color: #A2CFA8;
}
</style>
background-color css
<style>
a { background-color: #A2CFA8; }
a { background-color: rgb(162,207,168); }
div.DivClassName
{
background-color: #A2CFA8;
}
.BgClassName
{
background-color: #A2CFA8;
}
</style>
border-color css
<style>
span { border-color: #A2CFA8; }
span { border-color: rgb(162,207,168); }
td.TdClassName
{
border-color: #A2CFA8;
}
.TagClassName
{
border-color: #A2CFA8;
}
</style>