Shades of Chinook #A3D0AD
Tints of Chinook #A3D0AD
RGB
CMYK
RGB Variations
Color information
#A3D0AD (or 0xA3D0AD) is known color: Chinook. HEX triplet: A3, D0 and AD. RGB value is (163,208,173). Sum of RGB (Red+Green+Blue) = 163+208+173=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D0AD is #5C2F52. Grayscale: #BEBEBE. Windows color (decimal): -6041427 or 11391139. OLE color: 11391139.
HSL color Cylindrical-coordinate representation of color #A3D0AD: hue angle of 133.33º degrees, saturation: 0.32, 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 #A3D0AD is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 173 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.18 |
| HSL | 133.33º | 0.32% | 0.73% | - |
| HSV(B) | 133.33º | 0.22% | 0.82% | - |
| XYZ | 45.2 | 55.92 | 47.95 | - |
| YUV | 190.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 173 | 0.22 | 0 | 0.17 | 0.18 | 133.33 | 0.32 | 0.73 |
| Hex | A3 | D0 | AD | 16 | 0 | 11 | 12 | 85 | 20 | 49 |
| Octal | 243 | 320 | 255 | 26 | 0 | 21 | 22 | 205 | 40 | 111 |
| Binary | 10100011 | 11010000 | 10101101 | 10110 | 0 | 10001 | 10010 | 10000101 | 100000 | 1001001 |
Color Harmonies of #A3D0AD
Complementary color
Monochromatic Colors of #A3D0AD
Black with #A3D0AD
Text Example
Text Example
White with #A3D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D0AD; }
p { color: rgb(163,208,173); }
H1.HeaderClassName
{
color: #A3D0AD;
}
.AnyTagClassName
{
color: #A3D0AD;
}
</style>
background-color css
<style>
a { background-color: #A3D0AD; }
a { background-color: rgb(163,208,173); }
div.DivClassName
{
background-color: #A3D0AD;
}
.BgClassName
{
background-color: #A3D0AD;
}
</style>
border-color css
<style>
span { border-color: #A3D0AD; }
span { border-color: rgb(163,208,173); }
td.TdClassName
{
border-color: #A3D0AD;
}
.TagClassName
{
border-color: #A3D0AD;
}
</style>