Shades of Chinook #A1CBA3
Tints of Chinook #A1CBA3
RGB
CMYK
RGB Variations
Color information
#A1CBA3 (or 0xA1CBA3) is known color: Chinook. HEX triplet: A1, CB and A3. RGB value is (161,203,163). Sum of RGB (Red+Green+Blue) = 161+203+163=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA3 is #5E345C. Grayscale: #BABABA. Windows color (decimal): -6173789 or 10734497. OLE color: 10734497.
HSL color Cylindrical-coordinate representation of color #A1CBA3: hue angle of 122.86º 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 #A1CBA3 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 161 | 203 | 163 | - |
CMYK | 0.21 | 0 | 0.20 | 0.20 |
HSL | 122.86º | 0.29% | 0.71% | - |
HSV(B) | 122.86º | 0.21% | 0.8% | - |
XYZ | 42.66 | 52.93 | 42.62 | - |
YUV | 185.88 | 115.09 | 110.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 203 | 163 | 0.21 | 0 | 0.20 | 0.20 | 122.86 | 0.29 | 0.71 |
Hex | A1 | CB | A3 | 15 | 0 | 14 | 14 | 7B | 1D | 47 |
Octal | 241 | 313 | 243 | 25 | 0 | 24 | 24 | 173 | 35 | 107 |
Binary | 10100001 | 11001011 | 10100011 | 10101 | 0 | 10100 | 10100 | 1111011 | 11101 | 1000111 |
Color Harmonies of #A1CBA3
Complementary color
Monochromatic Colors of #A1CBA3
Black with #A1CBA3
Text Example
Text Example
White with #A1CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBA3; }
p { color: rgb(161,203,163); }
H1.HeaderClassName
{
color: #A1CBA3;
}
.AnyTagClassName
{
color: #A1CBA3;
}
</style>
background-color css
<style>
a { background-color: #A1CBA3; }
a { background-color: rgb(161,203,163); }
div.DivClassName
{
background-color: #A1CBA3;
}
.BgClassName
{
background-color: #A1CBA3;
}
</style>
border-color css
<style>
span { border-color: #A1CBA3; }
span { border-color: rgb(161,203,163); }
td.TdClassName
{
border-color: #A1CBA3;
}
.TagClassName
{
border-color: #A1CBA3;
}
</style>