Shades of Chinook #A3D7AB
Tints of Chinook #A3D7AB
RGB
CMYK
RGB Variations
Color information
#A3D7AB (or 0xA3D7AB) is known color: Chinook. HEX triplet: A3, D7 and AB. RGB value is (163,215,171). Sum of RGB (Red+Green+Blue) = 163+215+171=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D7AB is #5C2854. Grayscale: #C2C2C2. Windows color (decimal): -6039637 or 11261859. OLE color: 11261859.
HSL color Cylindrical-coordinate representation of color #A3D7AB: hue angle of 129.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7AB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 171 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.16 |
| HSL | 129.23º | 0.39% | 0.74% | - |
| HSV(B) | 129.23º | 0.24% | 0.84% | - |
| XYZ | 46.76 | 59.33 | 47.52 | - |
| YUV | 194.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 171 | 0.24 | 0 | 0.20 | 0.16 | 129.23 | 0.39 | 0.74 |
| Hex | A3 | D7 | AB | 18 | 0 | 14 | 10 | 81 | 27 | 4A |
| Octal | 243 | 327 | 253 | 30 | 0 | 24 | 20 | 201 | 47 | 112 |
| Binary | 10100011 | 11010111 | 10101011 | 11000 | 0 | 10100 | 10000 | 10000001 | 100111 | 1001010 |
Color Harmonies of #A3D7AB
Complementary color
Monochromatic Colors of #A3D7AB
Black with #A3D7AB
Text Example
Text Example
White with #A3D7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D7AB; }
p { color: rgb(163,215,171); }
H1.HeaderClassName
{
color: #A3D7AB;
}
.AnyTagClassName
{
color: #A3D7AB;
}
</style>
background-color css
<style>
a { background-color: #A3D7AB; }
a { background-color: rgb(163,215,171); }
div.DivClassName
{
background-color: #A3D7AB;
}
.BgClassName
{
background-color: #A3D7AB;
}
</style>
border-color css
<style>
span { border-color: #A3D7AB; }
span { border-color: rgb(163,215,171); }
td.TdClassName
{
border-color: #A3D7AB;
}
.TagClassName
{
border-color: #A3D7AB;
}
</style>