Shades of Chinook #A1CBAC
Tints of Chinook #A1CBAC
RGB
CMYK
RGB Variations
Color information
#A1CBAC (or 0xA1CBAC) is known color: Chinook. HEX triplet: A1, CB and AC. RGB value is (161,203,172). Sum of RGB (Red+Green+Blue) = 161+203+172=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBAC is #5E3453. Grayscale: #BABABA. Windows color (decimal): -6173780 or 11324321. OLE color: 11324321.
HSL color Cylindrical-coordinate representation of color #A1CBAC: hue angle of 135.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 #A1CBAC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 172 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.20 |
| HSL | 135.71º | 0.29% | 0.71% | - |
| HSV(B) | 135.71º | 0.21% | 0.8% | - |
| XYZ | 43.5 | 53.27 | 47.02 | - |
| YUV | 186.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 172 | 0.21 | 0 | 0.15 | 0.20 | 135.71 | 0.29 | 0.71 |
| Hex | A1 | CB | AC | 15 | 0 | F | 14 | 88 | 1D | 47 |
| Octal | 241 | 313 | 254 | 25 | 0 | 17 | 24 | 210 | 35 | 107 |
| Binary | 10100001 | 11001011 | 10101100 | 10101 | 0 | 1111 | 10100 | 10001000 | 11101 | 1000111 |
Color Harmonies of #A1CBAC
Complementary color
Monochromatic Colors of #A1CBAC
Black with #A1CBAC
Text Example
Text Example
White with #A1CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBAC; }
p { color: rgb(161,203,172); }
H1.HeaderClassName
{
color: #A1CBAC;
}
.AnyTagClassName
{
color: #A1CBAC;
}
</style>
background-color css
<style>
a { background-color: #A1CBAC; }
a { background-color: rgb(161,203,172); }
div.DivClassName
{
background-color: #A1CBAC;
}
.BgClassName
{
background-color: #A1CBAC;
}
</style>
border-color css
<style>
span { border-color: #A1CBAC; }
span { border-color: rgb(161,203,172); }
td.TdClassName
{
border-color: #A1CBAC;
}
.TagClassName
{
border-color: #A1CBAC;
}
</style>