Shades of Chinook #A3D4AA
Tints of Chinook #A3D4AA
RGB
CMYK
RGB Variations
Color information
#A3D4AA (or 0xA3D4AA) is known color: Chinook. HEX triplet: A3, D4 and AA. RGB value is (163,212,170). Sum of RGB (Red+Green+Blue) = 163+212+170=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D4AA is #5C2B55. Grayscale: #C0C0C0. Windows color (decimal): -6040406 or 11195555. OLE color: 11195555.
HSL color Cylindrical-coordinate representation of color #A3D4AA: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D4AA is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 212 | 170 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.17 |
| HSL | 128.57º | 0.36% | 0.74% | - |
| HSV(B) | 128.57º | 0.23% | 0.83% | - |
| XYZ | 45.9 | 57.78 | 46.76 | - |
| YUV | 192.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 212 | 170 | 0.23 | 0 | 0.20 | 0.17 | 128.57 | 0.36 | 0.74 |
| Hex | A3 | D4 | AA | 17 | 0 | 14 | 11 | 81 | 24 | 4A |
| Octal | 243 | 324 | 252 | 27 | 0 | 24 | 21 | 201 | 44 | 112 |
| Binary | 10100011 | 11010100 | 10101010 | 10111 | 0 | 10100 | 10001 | 10000001 | 100100 | 1001010 |
Color Harmonies of #A3D4AA
Complementary color
Monochromatic Colors of #A3D4AA
Black with #A3D4AA
Text Example
Text Example
White with #A3D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D4AA; }
p { color: rgb(163,212,170); }
H1.HeaderClassName
{
color: #A3D4AA;
}
.AnyTagClassName
{
color: #A3D4AA;
}
</style>
background-color css
<style>
a { background-color: #A3D4AA; }
a { background-color: rgb(163,212,170); }
div.DivClassName
{
background-color: #A3D4AA;
}
.BgClassName
{
background-color: #A3D4AA;
}
</style>
border-color css
<style>
span { border-color: #A3D4AA; }
span { border-color: rgb(163,212,170); }
td.TdClassName
{
border-color: #A3D4AA;
}
.TagClassName
{
border-color: #A3D4AA;
}
</style>