Shades of Chinook #A3DEAF
Tints of Chinook #A3DEAF
RGB
CMYK
RGB Variations
Color information
#A3DEAF (or 0xA3DEAF) is known color: Chinook. HEX triplet: A3, DE and AF. RGB value is (163,222,175). Sum of RGB (Red+Green+Blue) = 163+222+175=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DEAF is #5C2150. Grayscale: #C7C7C7. Windows color (decimal): -6037841 or 11525795. OLE color: 11525795.
HSL color Cylindrical-coordinate representation of color #A3DEAF: hue angle of 132.2º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEAF is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 175 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.13 |
| HSL | 132.2º | 0.47% | 0.75% | - |
| HSV(B) | 132.2º | 0.27% | 0.87% | - |
| XYZ | 48.96 | 63.12 | 50.16 | - |
| YUV | 199 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 175 | 0.27 | 0 | 0.21 | 0.13 | 132.2 | 0.47 | 0.75 |
| Hex | A3 | DE | AF | 1B | 0 | 15 | D | 84 | 2F | 4B |
| Octal | 243 | 336 | 257 | 33 | 0 | 25 | 15 | 204 | 57 | 113 |
| Binary | 10100011 | 11011110 | 10101111 | 11011 | 0 | 10101 | 1101 | 10000100 | 101111 | 1001011 |
Color Harmonies of #A3DEAF
Complementary color
Monochromatic Colors of #A3DEAF
Black with #A3DEAF
Text Example
Text Example
White with #A3DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEAF; }
p { color: rgb(163,222,175); }
H1.HeaderClassName
{
color: #A3DEAF;
}
.AnyTagClassName
{
color: #A3DEAF;
}
</style>
background-color css
<style>
a { background-color: #A3DEAF; }
a { background-color: rgb(163,222,175); }
div.DivClassName
{
background-color: #A3DEAF;
}
.BgClassName
{
background-color: #A3DEAF;
}
</style>
border-color css
<style>
span { border-color: #A3DEAF; }
span { border-color: rgb(163,222,175); }
td.TdClassName
{
border-color: #A3DEAF;
}
.TagClassName
{
border-color: #A3DEAF;
}
</style>