Shades of Chinook #A3CFAF
Tints of Chinook #A3CFAF
RGB
CMYK
RGB Variations
Color information
#A3CFAF (or 0xA3CFAF) is known color: Chinook. HEX triplet: A3, CF and AF. RGB value is (163,207,175). Sum of RGB (Red+Green+Blue) = 163+207+175=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CFAF is #5C3050. Grayscale: #BEBEBE. Windows color (decimal): -6041681 or 11521955. OLE color: 11521955.
HSL color Cylindrical-coordinate representation of color #A3CFAF: hue angle of 136.36º 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 #A3CFAF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 175 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.19 |
| HSL | 136.36º | 0.31% | 0.73% | - |
| HSV(B) | 136.36º | 0.21% | 0.81% | - |
| XYZ | 45.15 | 55.51 | 48.89 | - |
| YUV | 190.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 175 | 0.21 | 0 | 0.15 | 0.19 | 136.36 | 0.31 | 0.73 |
| Hex | A3 | CF | AF | 15 | 0 | F | 13 | 88 | 1F | 49 |
| Octal | 243 | 317 | 257 | 25 | 0 | 17 | 23 | 210 | 37 | 111 |
| Binary | 10100011 | 11001111 | 10101111 | 10101 | 0 | 1111 | 10011 | 10001000 | 11111 | 1001001 |
Color Harmonies of #A3CFAF
Complementary color
Monochromatic Colors of #A3CFAF
Black with #A3CFAF
Text Example
Text Example
White with #A3CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFAF; }
p { color: rgb(163,207,175); }
H1.HeaderClassName
{
color: #A3CFAF;
}
.AnyTagClassName
{
color: #A3CFAF;
}
</style>
background-color css
<style>
a { background-color: #A3CFAF; }
a { background-color: rgb(163,207,175); }
div.DivClassName
{
background-color: #A3CFAF;
}
.BgClassName
{
background-color: #A3CFAF;
}
</style>
border-color css
<style>
span { border-color: #A3CFAF; }
span { border-color: rgb(163,207,175); }
td.TdClassName
{
border-color: #A3CFAF;
}
.TagClassName
{
border-color: #A3CFAF;
}
</style>