Shades of Chinook #A1CCA4
Tints of Chinook #A1CCA4
RGB
CMYK
RGB Variations
Color information
#A1CCA4 (or 0xA1CCA4) is known color: Chinook. HEX triplet: A1, CC and A4. RGB value is (161,204,164). Sum of RGB (Red+Green+Blue) = 161+204+164=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA4 is #5E335B. Grayscale: #BABABA. Windows color (decimal): -6173532 or 10800289. OLE color: 10800289.
HSL color Cylindrical-coordinate representation of color #A1CCA4: hue angle of 124.19º 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 #A1CCA4 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 164 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.2 |
| HSL | 124.19º | 0.3% | 0.72% | - |
| HSV(B) | 124.19º | 0.21% | 0.8% | - |
| XYZ | 42.99 | 53.44 | 43.17 | - |
| YUV | 186.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 164 | 0.21 | 0 | 0.20 | 0.2 | 124.19 | 0.3 | 0.72 |
| Hex | A1 | CC | A4 | 15 | 0 | 14 | 14 | 7C | 1E | 48 |
| Octal | 241 | 314 | 244 | 25 | 0 | 24 | 24 | 174 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10100100 | 10101 | 0 | 10100 | 10100 | 1111100 | 11110 | 1001000 |
Color Harmonies of #A1CCA4
Complementary color
Monochromatic Colors of #A1CCA4
Black with #A1CCA4
Text Example
Text Example
White with #A1CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCA4; }
p { color: rgb(161,204,164); }
H1.HeaderClassName
{
color: #A1CCA4;
}
.AnyTagClassName
{
color: #A1CCA4;
}
</style>
background-color css
<style>
a { background-color: #A1CCA4; }
a { background-color: rgb(161,204,164); }
div.DivClassName
{
background-color: #A1CCA4;
}
.BgClassName
{
background-color: #A1CCA4;
}
</style>
border-color css
<style>
span { border-color: #A1CCA4; }
span { border-color: rgb(161,204,164); }
td.TdClassName
{
border-color: #A1CCA4;
}
.TagClassName
{
border-color: #A1CCA4;
}
</style>