Shades of Chinook #A1CCA5
Tints of Chinook #A1CCA5
RGB
CMYK
RGB Variations
Color information
#A1CCA5 (or 0xA1CCA5) is known color: Chinook. HEX triplet: A1, CC and A5. RGB value is (161,204,165). Sum of RGB (Red+Green+Blue) = 161+204+165=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA5 is #5E335A. Grayscale: #BABABA. Windows color (decimal): -6173531 or 10865825. OLE color: 10865825.
HSL color Cylindrical-coordinate representation of color #A1CCA5: hue angle of 125.58º 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 #A1CCA5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 165 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.2 |
| HSL | 125.58º | 0.3% | 0.72% | - |
| HSV(B) | 125.58º | 0.21% | 0.8% | - |
| XYZ | 43.08 | 53.48 | 43.65 | - |
| YUV | 186.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 165 | 0.21 | 0 | 0.19 | 0.2 | 125.58 | 0.3 | 0.72 |
| Hex | A1 | CC | A5 | 15 | 0 | 13 | 14 | 7E | 1E | 48 |
| Octal | 241 | 314 | 245 | 25 | 0 | 23 | 24 | 176 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10100101 | 10101 | 0 | 10011 | 10100 | 1111110 | 11110 | 1001000 |
Color Harmonies of #A1CCA5
Complementary color
Monochromatic Colors of #A1CCA5
Black with #A1CCA5
Text Example
Text Example
White with #A1CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCA5; }
p { color: rgb(161,204,165); }
H1.HeaderClassName
{
color: #A1CCA5;
}
.AnyTagClassName
{
color: #A1CCA5;
}
</style>
background-color css
<style>
a { background-color: #A1CCA5; }
a { background-color: rgb(161,204,165); }
div.DivClassName
{
background-color: #A1CCA5;
}
.BgClassName
{
background-color: #A1CCA5;
}
</style>
border-color css
<style>
span { border-color: #A1CCA5; }
span { border-color: rgb(161,204,165); }
td.TdClassName
{
border-color: #A1CCA5;
}
.TagClassName
{
border-color: #A1CCA5;
}
</style>