Shades of Chinook #A1CCA2
Tints of Chinook #A1CCA2
RGB
CMYK
RGB Variations
Color information
#A1CCA2 (or 0xA1CCA2) is known color: Chinook. HEX triplet: A1, CC and A2. RGB value is (161,204,162). Sum of RGB (Red+Green+Blue) = 161+204+162=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA2 is #5E335D. Grayscale: #BABABA. Windows color (decimal): -6173534 or 10669217. OLE color: 10669217.
HSL color Cylindrical-coordinate representation of color #A1CCA2: hue angle of 121.4º 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 #A1CCA2 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 161 | 204 | 162 | - |
CMYK | 0.21 | 0 | 0.21 | 0.2 |
HSL | 121.4º | 0.3% | 0.72% | - |
HSV(B) | 121.4º | 0.21% | 0.8% | - |
XYZ | 42.81 | 53.37 | 42.23 | - |
YUV | 186.36 | 114.25 | 109.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 204 | 162 | 0.21 | 0 | 0.21 | 0.2 | 121.4 | 0.3 | 0.72 |
Hex | A1 | CC | A2 | 15 | 0 | 15 | 14 | 79 | 1E | 48 |
Octal | 241 | 314 | 242 | 25 | 0 | 25 | 24 | 171 | 36 | 110 |
Binary | 10100001 | 11001100 | 10100010 | 10101 | 0 | 10101 | 10100 | 1111001 | 11110 | 1001000 |
Color Harmonies of #A1CCA2
Complementary color
Monochromatic Colors of #A1CCA2
Black with #A1CCA2
Text Example
Text Example
White with #A1CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCA2; }
p { color: rgb(161,204,162); }
H1.HeaderClassName
{
color: #A1CCA2;
}
.AnyTagClassName
{
color: #A1CCA2;
}
</style>
background-color css
<style>
a { background-color: #A1CCA2; }
a { background-color: rgb(161,204,162); }
div.DivClassName
{
background-color: #A1CCA2;
}
.BgClassName
{
background-color: #A1CCA2;
}
</style>
border-color css
<style>
span { border-color: #A1CCA2; }
span { border-color: rgb(161,204,162); }
td.TdClassName
{
border-color: #A1CCA2;
}
.TagClassName
{
border-color: #A1CCA2;
}
</style>