Shades of Chinook #A1CCAD
Tints of Chinook #A1CCAD
RGB
CMYK
RGB Variations
Color information
#A1CCAD (or 0xA1CCAD) is known color: Chinook. HEX triplet: A1, CC and AD. RGB value is (161,204,173). Sum of RGB (Red+Green+Blue) = 161+204+173=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCAD is #5E3352. Grayscale: #BBBBBB. Windows color (decimal): -6173523 or 11390113. OLE color: 11390113.
HSL color Cylindrical-coordinate representation of color #A1CCAD: hue angle of 136.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCAD is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 173 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.2 |
| HSL | 136.74º | 0.3% | 0.72% | - |
| HSV(B) | 136.74º | 0.21% | 0.8% | - |
| XYZ | 43.83 | 53.78 | 47.61 | - |
| YUV | 187.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 173 | 0.21 | 0 | 0.15 | 0.2 | 136.74 | 0.3 | 0.72 |
| Hex | A1 | CC | AD | 15 | 0 | F | 14 | 89 | 1E | 48 |
| Octal | 241 | 314 | 255 | 25 | 0 | 17 | 24 | 211 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10101101 | 10101 | 0 | 1111 | 10100 | 10001001 | 11110 | 1001000 |
Color Harmonies of #A1CCAD
Complementary color
Monochromatic Colors of #A1CCAD
Black with #A1CCAD
Text Example
Text Example
White with #A1CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCAD; }
p { color: rgb(161,204,173); }
H1.HeaderClassName
{
color: #A1CCAD;
}
.AnyTagClassName
{
color: #A1CCAD;
}
</style>
background-color css
<style>
a { background-color: #A1CCAD; }
a { background-color: rgb(161,204,173); }
div.DivClassName
{
background-color: #A1CCAD;
}
.BgClassName
{
background-color: #A1CCAD;
}
</style>
border-color css
<style>
span { border-color: #A1CCAD; }
span { border-color: rgb(161,204,173); }
td.TdClassName
{
border-color: #A1CCAD;
}
.TagClassName
{
border-color: #A1CCAD;
}
</style>