Shades of Chinook #A3CAA6
Tints of Chinook #A3CAA6
RGB
CMYK
RGB Variations
Color information
#A3CAA6 (or 0xA3CAA6) is known color: Chinook. HEX triplet: A3, CA and A6. RGB value is (163,202,166). Sum of RGB (Red+Green+Blue) = 163+202+166=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CAA6 is #5C3559. Grayscale: #BABABA. Windows color (decimal): -6042970 or 10930851. OLE color: 10930851.
HSL color Cylindrical-coordinate representation of color #A3CAA6: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAA6 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 166 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.21 |
| HSL | 124.62º | 0.27% | 0.72% | - |
| HSV(B) | 124.62º | 0.19% | 0.79% | - |
| XYZ | 43.11 | 52.78 | 43.99 | - |
| YUV | 186.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 166 | 0.19 | 0 | 0.18 | 0.21 | 124.62 | 0.27 | 0.72 |
| Hex | A3 | CA | A6 | 13 | 0 | 12 | 15 | 7D | 1B | 48 |
| Octal | 243 | 312 | 246 | 23 | 0 | 22 | 25 | 175 | 33 | 110 |
| Binary | 10100011 | 11001010 | 10100110 | 10011 | 0 | 10010 | 10101 | 1111101 | 11011 | 1001000 |
Color Harmonies of #A3CAA6
Complementary color
Monochromatic Colors of #A3CAA6
Black with #A3CAA6
Text Example
Text Example
White with #A3CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAA6; }
p { color: rgb(163,202,166); }
H1.HeaderClassName
{
color: #A3CAA6;
}
.AnyTagClassName
{
color: #A3CAA6;
}
</style>
background-color css
<style>
a { background-color: #A3CAA6; }
a { background-color: rgb(163,202,166); }
div.DivClassName
{
background-color: #A3CAA6;
}
.BgClassName
{
background-color: #A3CAA6;
}
</style>
border-color css
<style>
span { border-color: #A3CAA6; }
span { border-color: rgb(163,202,166); }
td.TdClassName
{
border-color: #A3CAA6;
}
.TagClassName
{
border-color: #A3CAA6;
}
</style>