Shades of Chinook #A3CAA9
Tints of Chinook #A3CAA9
RGB
CMYK
RGB Variations
Color information
#A3CAA9 (or 0xA3CAA9) is known color: Chinook. HEX triplet: A3, CA and A9. RGB value is (163,202,169). Sum of RGB (Red+Green+Blue) = 163+202+169=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CAA9 is #5C3556. Grayscale: #BABABA. Windows color (decimal): -6042967 or 11127459. OLE color: 11127459.
HSL color Cylindrical-coordinate representation of color #A3CAA9: hue angle of 129.23º 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 #A3CAA9 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 169 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.21 |
| HSL | 129.23º | 0.27% | 0.72% | - |
| HSV(B) | 129.23º | 0.19% | 0.79% | - |
| XYZ | 43.39 | 52.89 | 45.46 | - |
| YUV | 186.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 169 | 0.19 | 0 | 0.16 | 0.21 | 129.23 | 0.27 | 0.72 |
| Hex | A3 | CA | A9 | 13 | 0 | 10 | 15 | 81 | 1B | 48 |
| Octal | 243 | 312 | 251 | 23 | 0 | 20 | 25 | 201 | 33 | 110 |
| Binary | 10100011 | 11001010 | 10101001 | 10011 | 0 | 10000 | 10101 | 10000001 | 11011 | 1001000 |
Color Harmonies of #A3CAA9
Complementary color
Monochromatic Colors of #A3CAA9
Black with #A3CAA9
Text Example
Text Example
White with #A3CAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAA9; }
p { color: rgb(163,202,169); }
H1.HeaderClassName
{
color: #A3CAA9;
}
.AnyTagClassName
{
color: #A3CAA9;
}
</style>
background-color css
<style>
a { background-color: #A3CAA9; }
a { background-color: rgb(163,202,169); }
div.DivClassName
{
background-color: #A3CAA9;
}
.BgClassName
{
background-color: #A3CAA9;
}
</style>
border-color css
<style>
span { border-color: #A3CAA9; }
span { border-color: rgb(163,202,169); }
td.TdClassName
{
border-color: #A3CAA9;
}
.TagClassName
{
border-color: #A3CAA9;
}
</style>