Shades of Chinook #A3CAA4
Tints of Chinook #A3CAA4
RGB
CMYK
RGB Variations
Color information
#A3CAA4 (or 0xA3CAA4) is known color: Chinook. HEX triplet: A3, CA and A4. RGB value is (163,202,164). Sum of RGB (Red+Green+Blue) = 163+202+164=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CAA4 is #5C355B. Grayscale: #BABABA. Windows color (decimal): -6042972 or 10799779. OLE color: 10799779.
HSL color Cylindrical-coordinate representation of color #A3CAA4: hue angle of 121.54º 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 #A3CAA4 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 164 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.21 |
| HSL | 121.54º | 0.27% | 0.72% | - |
| HSV(B) | 121.54º | 0.19% | 0.79% | - |
| XYZ | 42.93 | 52.71 | 43.03 | - |
| YUV | 186.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 164 | 0.19 | 0 | 0.19 | 0.21 | 121.54 | 0.27 | 0.72 |
| Hex | A3 | CA | A4 | 13 | 0 | 13 | 15 | 7A | 1B | 48 |
| Octal | 243 | 312 | 244 | 23 | 0 | 23 | 25 | 172 | 33 | 110 |
| Binary | 10100011 | 11001010 | 10100100 | 10011 | 0 | 10011 | 10101 | 1111010 | 11011 | 1001000 |
Color Harmonies of #A3CAA4
Complementary color
Monochromatic Colors of #A3CAA4
Black with #A3CAA4
Text Example
Text Example
White with #A3CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CAA4; }
p { color: rgb(163,202,164); }
H1.HeaderClassName
{
color: #A3CAA4;
}
.AnyTagClassName
{
color: #A3CAA4;
}
</style>
background-color css
<style>
a { background-color: #A3CAA4; }
a { background-color: rgb(163,202,164); }
div.DivClassName
{
background-color: #A3CAA4;
}
.BgClassName
{
background-color: #A3CAA4;
}
</style>
border-color css
<style>
span { border-color: #A3CAA4; }
span { border-color: rgb(163,202,164); }
td.TdClassName
{
border-color: #A3CAA4;
}
.TagClassName
{
border-color: #A3CAA4;
}
</style>