Shades of Chinook #A0CFA2
Tints of Chinook #A0CFA2
RGB
CMYK
RGB Variations
Color information
#A0CFA2 (or 0xA0CFA2) is known color: Chinook. HEX triplet: A0, CF and A2. RGB value is (160,207,162). Sum of RGB (Red+Green+Blue) = 160+207+162=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CFA2 is #5F305D. Grayscale: #BBBBBB. Windows color (decimal): -6238302 or 10669984. OLE color: 10669984.
HSL color Cylindrical-coordinate representation of color #A0CFA2: hue angle of 122.55º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFA2 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 162 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.19 |
| HSL | 122.55º | 0.33% | 0.72% | - |
| HSV(B) | 122.55º | 0.23% | 0.81% | - |
| XYZ | 43.33 | 54.71 | 42.46 | - |
| YUV | 187.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 162 | 0.23 | 0 | 0.22 | 0.19 | 122.55 | 0.33 | 0.72 |
| Hex | A0 | CF | A2 | 17 | 0 | 16 | 13 | 7B | 21 | 48 |
| Octal | 240 | 317 | 242 | 27 | 0 | 26 | 23 | 173 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10100010 | 10111 | 0 | 10110 | 10011 | 1111011 | 100001 | 1001000 |
Color Harmonies of #A0CFA2
Complementary color
Monochromatic Colors of #A0CFA2
Black with #A0CFA2
Text Example
Text Example
White with #A0CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFA2; }
p { color: rgb(160,207,162); }
H1.HeaderClassName
{
color: #A0CFA2;
}
.AnyTagClassName
{
color: #A0CFA2;
}
</style>
background-color css
<style>
a { background-color: #A0CFA2; }
a { background-color: rgb(160,207,162); }
div.DivClassName
{
background-color: #A0CFA2;
}
.BgClassName
{
background-color: #A0CFA2;
}
</style>
border-color css
<style>
span { border-color: #A0CFA2; }
span { border-color: rgb(160,207,162); }
td.TdClassName
{
border-color: #A0CFA2;
}
.TagClassName
{
border-color: #A0CFA2;
}
</style>