Shades of Chinook #A3D2B1
Tints of Chinook #A3D2B1
RGB
CMYK
RGB Variations
Color information
#A3D2B1 (or 0xA3D2B1) is known color: Chinook. HEX triplet: A3, D2 and B1. RGB value is (163,210,177). Sum of RGB (Red+Green+Blue) = 163+210+177=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D2B1 is #5C2D4E. Grayscale: #C0C0C0. Windows color (decimal): -6040911 or 11653795. OLE color: 11653795.
HSL color Cylindrical-coordinate representation of color #A3D2B1: hue angle of 137.87º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D2B1 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 210 | 177 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.18 |
| HSL | 137.87º | 0.34% | 0.73% | - |
| HSV(B) | 137.87º | 0.22% | 0.82% | - |
| XYZ | 46.09 | 57.05 | 50.18 | - |
| YUV | 192.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 177 | 0.22 | 0 | 0.16 | 0.18 | 137.87 | 0.34 | 0.73 |
| Hex | A3 | D2 | B1 | 16 | 0 | 10 | 12 | 8A | 22 | 49 |
| Octal | 243 | 322 | 261 | 26 | 0 | 20 | 22 | 212 | 42 | 111 |
| Binary | 10100011 | 11010010 | 10110001 | 10110 | 0 | 10000 | 10010 | 10001010 | 100010 | 1001001 |
Color Harmonies of #A3D2B1
Complementary color
Monochromatic Colors of #A3D2B1
Black with #A3D2B1
Text Example
Text Example
White with #A3D2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D2B1; }
p { color: rgb(163,210,177); }
H1.HeaderClassName
{
color: #A3D2B1;
}
.AnyTagClassName
{
color: #A3D2B1;
}
</style>
background-color css
<style>
a { background-color: #A3D2B1; }
a { background-color: rgb(163,210,177); }
div.DivClassName
{
background-color: #A3D2B1;
}
.BgClassName
{
background-color: #A3D2B1;
}
</style>
border-color css
<style>
span { border-color: #A3D2B1; }
span { border-color: rgb(163,210,177); }
td.TdClassName
{
border-color: #A3D2B1;
}
.TagClassName
{
border-color: #A3D2B1;
}
</style>