Shades of Chinook #A3DAAB
Tints of Chinook #A3DAAB
RGB
CMYK
RGB Variations
Color information
#A3DAAB (or 0xA3DAAB) is known color: Chinook. HEX triplet: A3, DA and AB. RGB value is (163,218,171). Sum of RGB (Red+Green+Blue) = 163+218+171=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DAAB is #5C2554. Grayscale: #C4C4C4. Windows color (decimal): -6038869 or 11262627. OLE color: 11262627.
HSL color Cylindrical-coordinate representation of color #A3DAAB: hue angle of 128.73º 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 #A3DAAB is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 171 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 128.73º | 0.43% | 0.75% | - |
| HSV(B) | 128.73º | 0.25% | 0.85% | - |
| XYZ | 47.53 | 60.87 | 47.77 | - |
| YUV | 196.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 171 | 0.25 | 0 | 0.22 | 0.15 | 128.73 | 0.43 | 0.75 |
| Hex | A3 | DA | AB | 19 | 0 | 16 | F | 81 | 2B | 4B |
| Octal | 243 | 332 | 253 | 31 | 0 | 26 | 17 | 201 | 53 | 113 |
| Binary | 10100011 | 11011010 | 10101011 | 11001 | 0 | 10110 | 1111 | 10000001 | 101011 | 1001011 |
Color Harmonies of #A3DAAB
Complementary color
Monochromatic Colors of #A3DAAB
Black with #A3DAAB
Text Example
Text Example
White with #A3DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAAB; }
p { color: rgb(163,218,171); }
H1.HeaderClassName
{
color: #A3DAAB;
}
.AnyTagClassName
{
color: #A3DAAB;
}
</style>
background-color css
<style>
a { background-color: #A3DAAB; }
a { background-color: rgb(163,218,171); }
div.DivClassName
{
background-color: #A3DAAB;
}
.BgClassName
{
background-color: #A3DAAB;
}
</style>
border-color css
<style>
span { border-color: #A3DAAB; }
span { border-color: rgb(163,218,171); }
td.TdClassName
{
border-color: #A3DAAB;
}
.TagClassName
{
border-color: #A3DAAB;
}
</style>