Shades of Chinook #A1CBAD
Tints of Chinook #A1CBAD
RGB
CMYK
RGB Variations
Color information
#A1CBAD (or 0xA1CBAD) is known color: Chinook. HEX triplet: A1, CB and AD. RGB value is (161,203,173). Sum of RGB (Red+Green+Blue) = 161+203+173=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBAD is #5E3452. Grayscale: #BBBBBB. Windows color (decimal): -6173779 or 11389857. OLE color: 11389857.
HSL color Cylindrical-coordinate representation of color #A1CBAD: hue angle of 137.14º 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 #A1CBAD is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 173 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.20 |
| HSL | 137.14º | 0.29% | 0.71% | - |
| HSV(B) | 137.14º | 0.21% | 0.8% | - |
| XYZ | 43.6 | 53.31 | 47.53 | - |
| YUV | 187.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 173 | 0.21 | 0 | 0.15 | 0.20 | 137.14 | 0.29 | 0.71 |
| Hex | A1 | CB | AD | 15 | 0 | F | 14 | 89 | 1D | 47 |
| Octal | 241 | 313 | 255 | 25 | 0 | 17 | 24 | 211 | 35 | 107 |
| Binary | 10100001 | 11001011 | 10101101 | 10101 | 0 | 1111 | 10100 | 10001001 | 11101 | 1000111 |
Color Harmonies of #A1CBAD
Complementary color
Monochromatic Colors of #A1CBAD
Black with #A1CBAD
Text Example
Text Example
White with #A1CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBAD; }
p { color: rgb(161,203,173); }
H1.HeaderClassName
{
color: #A1CBAD;
}
.AnyTagClassName
{
color: #A1CBAD;
}
</style>
background-color css
<style>
a { background-color: #A1CBAD; }
a { background-color: rgb(161,203,173); }
div.DivClassName
{
background-color: #A1CBAD;
}
.BgClassName
{
background-color: #A1CBAD;
}
</style>
border-color css
<style>
span { border-color: #A1CBAD; }
span { border-color: rgb(161,203,173); }
td.TdClassName
{
border-color: #A1CBAD;
}
.TagClassName
{
border-color: #A1CBAD;
}
</style>