Shades of Chinook #A1CBA5
Tints of Chinook #A1CBA5
RGB
CMYK
RGB Variations
Color information
#A1CBA5 (or 0xA1CBA5) is known color: Chinook. HEX triplet: A1, CB and A5. RGB value is (161,203,165). Sum of RGB (Red+Green+Blue) = 161+203+165=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA5 is #5E345A. Grayscale: #BABABA. Windows color (decimal): -6173787 or 10865569. OLE color: 10865569.
HSL color Cylindrical-coordinate representation of color #A1CBA5: hue angle of 125.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBA5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 165 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.20 |
| HSL | 125.71º | 0.29% | 0.71% | - |
| HSV(B) | 125.71º | 0.21% | 0.8% | - |
| XYZ | 42.85 | 53.01 | 43.57 | - |
| YUV | 186.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 165 | 0.21 | 0 | 0.19 | 0.20 | 125.71 | 0.29 | 0.71 |
| Hex | A1 | CB | A5 | 15 | 0 | 13 | 14 | 7E | 1D | 47 |
| Octal | 241 | 313 | 245 | 25 | 0 | 23 | 24 | 176 | 35 | 107 |
| Binary | 10100001 | 11001011 | 10100101 | 10101 | 0 | 10011 | 10100 | 1111110 | 11101 | 1000111 |
Color Harmonies of #A1CBA5
Complementary color
Monochromatic Colors of #A1CBA5
Black with #A1CBA5
Text Example
Text Example
White with #A1CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBA5; }
p { color: rgb(161,203,165); }
H1.HeaderClassName
{
color: #A1CBA5;
}
.AnyTagClassName
{
color: #A1CBA5;
}
</style>
background-color css
<style>
a { background-color: #A1CBA5; }
a { background-color: rgb(161,203,165); }
div.DivClassName
{
background-color: #A1CBA5;
}
.BgClassName
{
background-color: #A1CBA5;
}
</style>
border-color css
<style>
span { border-color: #A1CBA5; }
span { border-color: rgb(161,203,165); }
td.TdClassName
{
border-color: #A1CBA5;
}
.TagClassName
{
border-color: #A1CBA5;
}
</style>