Shades of Chinook #A3DAAF
Tints of Chinook #A3DAAF
RGB
CMYK
RGB Variations
Color information
#A3DAAF (or 0xA3DAAF) is known color: Chinook. HEX triplet: A3, DA and AF. RGB value is (163,218,175). Sum of RGB (Red+Green+Blue) = 163+218+175=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DAAF is #5C2550. Grayscale: #C4C4C4. Windows color (decimal): -6038865 or 11524771. OLE color: 11524771.
HSL color Cylindrical-coordinate representation of color #A3DAAF: hue angle of 133.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DAAF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 175 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.15 |
| HSL | 133.09º | 0.43% | 0.75% | - |
| HSV(B) | 133.09º | 0.25% | 0.85% | - |
| XYZ | 47.91 | 61.02 | 49.81 | - |
| YUV | 196.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 175 | 0.25 | 0 | 0.20 | 0.15 | 133.09 | 0.43 | 0.75 |
| Hex | A3 | DA | AF | 19 | 0 | 14 | F | 85 | 2B | 4B |
| Octal | 243 | 332 | 257 | 31 | 0 | 24 | 17 | 205 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10101111 | 11001 | 0 | 10100 | 1111 | 10000101 | 101011 | 1001011 |
Color Harmonies of #A3DAAF
Complementary color
Monochromatic Colors of #A3DAAF
Black with #A3DAAF
Text Example
Text Example
White with #A3DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAAF; }
p { color: rgb(163,218,175); }
H1.HeaderClassName
{
color: #A3DAAF;
}
.AnyTagClassName
{
color: #A3DAAF;
}
</style>
background-color css
<style>
a { background-color: #A3DAAF; }
a { background-color: rgb(163,218,175); }
div.DivClassName
{
background-color: #A3DAAF;
}
.BgClassName
{
background-color: #A3DAAF;
}
</style>
border-color css
<style>
span { border-color: #A3DAAF; }
span { border-color: rgb(163,218,175); }
td.TdClassName
{
border-color: #A3DAAF;
}
.TagClassName
{
border-color: #A3DAAF;
}
</style>