Shades of Chinook #A3DBAC
Tints of Chinook #A3DBAC
RGB
CMYK
RGB Variations
Color information
#A3DBAC (or 0xA3DBAC) is known color: Chinook. HEX triplet: A3, DB and AC. RGB value is (163,219,172). Sum of RGB (Red+Green+Blue) = 163+219+172=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DBAC is #5C2453. Grayscale: #C5C5C5. Windows color (decimal): -6038612 or 11328419. OLE color: 11328419.
HSL color Cylindrical-coordinate representation of color #A3DBAC: hue angle of 129.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBAC is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 172 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.14 |
| HSL | 129.64º | 0.44% | 0.75% | - |
| HSV(B) | 129.64º | 0.26% | 0.86% | - |
| XYZ | 47.88 | 61.43 | 48.36 | - |
| YUV | 196.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 172 | 0.26 | 0 | 0.21 | 0.14 | 129.64 | 0.44 | 0.75 |
| Hex | A3 | DB | AC | 1A | 0 | 15 | E | 82 | 2C | 4B |
| Octal | 243 | 333 | 254 | 32 | 0 | 25 | 16 | 202 | 54 | 113 |
| Binary | 10100011 | 11011011 | 10101100 | 11010 | 0 | 10101 | 1110 | 10000010 | 101100 | 1001011 |
Color Harmonies of #A3DBAC
Complementary color
Monochromatic Colors of #A3DBAC
Black with #A3DBAC
Text Example
Text Example
White with #A3DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBAC; }
p { color: rgb(163,219,172); }
H1.HeaderClassName
{
color: #A3DBAC;
}
.AnyTagClassName
{
color: #A3DBAC;
}
</style>
background-color css
<style>
a { background-color: #A3DBAC; }
a { background-color: rgb(163,219,172); }
div.DivClassName
{
background-color: #A3DBAC;
}
.BgClassName
{
background-color: #A3DBAC;
}
</style>
border-color css
<style>
span { border-color: #A3DBAC; }
span { border-color: rgb(163,219,172); }
td.TdClassName
{
border-color: #A3DBAC;
}
.TagClassName
{
border-color: #A3DBAC;
}
</style>