Shades of Chinook #A3CFAA
Tints of Chinook #A3CFAA
RGB
CMYK
RGB Variations
Color information
#A3CFAA (or 0xA3CFAA) is known color: Chinook. HEX triplet: A3, CF and AA. RGB value is (163,207,170). Sum of RGB (Red+Green+Blue) = 163+207+170=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CFAA is #5C3055. Grayscale: #BDBDBD. Windows color (decimal): -6041686 or 11194275. OLE color: 11194275.
HSL color Cylindrical-coordinate representation of color #A3CFAA: hue angle of 129.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CFAA is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 170 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.19 |
| HSL | 129.55º | 0.31% | 0.73% | - |
| HSV(B) | 129.55º | 0.21% | 0.81% | - |
| XYZ | 44.67 | 55.31 | 46.35 | - |
| YUV | 189.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 170 | 0.21 | 0 | 0.18 | 0.19 | 129.55 | 0.31 | 0.73 |
| Hex | A3 | CF | AA | 15 | 0 | 12 | 13 | 82 | 1F | 49 |
| Octal | 243 | 317 | 252 | 25 | 0 | 22 | 23 | 202 | 37 | 111 |
| Binary | 10100011 | 11001111 | 10101010 | 10101 | 0 | 10010 | 10011 | 10000010 | 11111 | 1001001 |
Color Harmonies of #A3CFAA
Complementary color
Monochromatic Colors of #A3CFAA
Black with #A3CFAA
Text Example
Text Example
White with #A3CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFAA; }
p { color: rgb(163,207,170); }
H1.HeaderClassName
{
color: #A3CFAA;
}
.AnyTagClassName
{
color: #A3CFAA;
}
</style>
background-color css
<style>
a { background-color: #A3CFAA; }
a { background-color: rgb(163,207,170); }
div.DivClassName
{
background-color: #A3CFAA;
}
.BgClassName
{
background-color: #A3CFAA;
}
</style>
border-color css
<style>
span { border-color: #A3CFAA; }
span { border-color: rgb(163,207,170); }
td.TdClassName
{
border-color: #A3CFAA;
}
.TagClassName
{
border-color: #A3CFAA;
}
</style>