Shades of Chinook #A3DDAD
Tints of Chinook #A3DDAD
RGB
CMYK
RGB Variations
Color information
#A3DDAD (or 0xA3DDAD) is known color: Chinook. HEX triplet: A3, DD and AD. RGB value is (163,221,173). Sum of RGB (Red+Green+Blue) = 163+221+173=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DDAD is #5C2252. Grayscale: #C6C6C6. Windows color (decimal): -6038099 or 11394467. OLE color: 11394467.
HSL color Cylindrical-coordinate representation of color #A3DDAD: hue angle of 130.34º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDAD is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 173 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.13 |
| HSL | 130.34º | 0.46% | 0.75% | - |
| HSV(B) | 130.34º | 0.26% | 0.87% | - |
| XYZ | 48.5 | 62.52 | 49.05 | - |
| YUV | 198.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 173 | 0.26 | 0 | 0.22 | 0.13 | 130.34 | 0.46 | 0.75 |
| Hex | A3 | DD | AD | 1A | 0 | 16 | D | 82 | 2E | 4B |
| Octal | 243 | 335 | 255 | 32 | 0 | 26 | 15 | 202 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10101101 | 11010 | 0 | 10110 | 1101 | 10000010 | 101110 | 1001011 |
Color Harmonies of #A3DDAD
Complementary color
Monochromatic Colors of #A3DDAD
Black with #A3DDAD
Text Example
Text Example
White with #A3DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDAD; }
p { color: rgb(163,221,173); }
H1.HeaderClassName
{
color: #A3DDAD;
}
.AnyTagClassName
{
color: #A3DDAD;
}
</style>
background-color css
<style>
a { background-color: #A3DDAD; }
a { background-color: rgb(163,221,173); }
div.DivClassName
{
background-color: #A3DDAD;
}
.BgClassName
{
background-color: #A3DDAD;
}
</style>
border-color css
<style>
span { border-color: #A3DDAD; }
span { border-color: rgb(163,221,173); }
td.TdClassName
{
border-color: #A3DDAD;
}
.TagClassName
{
border-color: #A3DDAD;
}
</style>