Shades of Chinook #A1DEAD
Tints of Chinook #A1DEAD
RGB
CMYK
RGB Variations
Color information
#A1DEAD (or 0xA1DEAD) is known color: Chinook. HEX triplet: A1, DE and AD. RGB value is (161,222,173). Sum of RGB (Red+Green+Blue) = 161+222+173=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEAD is #5E2152. Grayscale: #C6C6C6. Windows color (decimal): -6168915 or 11394721. OLE color: 11394721.
HSL color Cylindrical-coordinate representation of color #A1DEAD: hue angle of 131.8º degrees, saturation: 0.48, 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 #A1DEAD is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 173 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 131.8º | 0.48% | 0.75% | - |
| HSV(B) | 131.8º | 0.27% | 0.87% | - |
| XYZ | 48.36 | 62.84 | 49.11 | - |
| YUV | 198.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 173 | 0.27 | 0 | 0.22 | 0.13 | 131.8 | 0.48 | 0.75 |
| Hex | A1 | DE | AD | 1B | 0 | 16 | D | 84 | 30 | 4B |
| Octal | 241 | 336 | 255 | 33 | 0 | 26 | 15 | 204 | 60 | 113 |
| Binary | 10100001 | 11011110 | 10101101 | 11011 | 0 | 10110 | 1101 | 10000100 | 110000 | 1001011 |
Color Harmonies of #A1DEAD
Complementary color
Monochromatic Colors of #A1DEAD
Black with #A1DEAD
Text Example
Text Example
White with #A1DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEAD; }
p { color: rgb(161,222,173); }
H1.HeaderClassName
{
color: #A1DEAD;
}
.AnyTagClassName
{
color: #A1DEAD;
}
</style>
background-color css
<style>
a { background-color: #A1DEAD; }
a { background-color: rgb(161,222,173); }
div.DivClassName
{
background-color: #A1DEAD;
}
.BgClassName
{
background-color: #A1DEAD;
}
</style>
border-color css
<style>
span { border-color: #A1DEAD; }
span { border-color: rgb(161,222,173); }
td.TdClassName
{
border-color: #A1DEAD;
}
.TagClassName
{
border-color: #A1DEAD;
}
</style>