Shades of Chinook #A3CFAB
Tints of Chinook #A3CFAB
RGB
CMYK
RGB Variations
Color information
#A3CFAB (or 0xA3CFAB) is known color: Chinook. HEX triplet: A3, CF and AB. RGB value is (163,207,171). Sum of RGB (Red+Green+Blue) = 163+207+171=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CFAB is #5C3054. Grayscale: #BDBDBD. Windows color (decimal): -6041685 or 11259811. OLE color: 11259811.
HSL color Cylindrical-coordinate representation of color #A3CFAB: hue angle of 130.91º 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 #A3CFAB is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 171 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.19 |
| HSL | 130.91º | 0.31% | 0.73% | - |
| HSV(B) | 130.91º | 0.21% | 0.81% | - |
| XYZ | 44.77 | 55.35 | 46.85 | - |
| YUV | 189.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 171 | 0.21 | 0 | 0.17 | 0.19 | 130.91 | 0.31 | 0.73 |
| Hex | A3 | CF | AB | 15 | 0 | 11 | 13 | 83 | 1F | 49 |
| Octal | 243 | 317 | 253 | 25 | 0 | 21 | 23 | 203 | 37 | 111 |
| Binary | 10100011 | 11001111 | 10101011 | 10101 | 0 | 10001 | 10011 | 10000011 | 11111 | 1001001 |
Color Harmonies of #A3CFAB
Complementary color
Monochromatic Colors of #A3CFAB
Black with #A3CFAB
Text Example
Text Example
White with #A3CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFAB; }
p { color: rgb(163,207,171); }
H1.HeaderClassName
{
color: #A3CFAB;
}
.AnyTagClassName
{
color: #A3CFAB;
}
</style>
background-color css
<style>
a { background-color: #A3CFAB; }
a { background-color: rgb(163,207,171); }
div.DivClassName
{
background-color: #A3CFAB;
}
.BgClassName
{
background-color: #A3CFAB;
}
</style>
border-color css
<style>
span { border-color: #A3CFAB; }
span { border-color: rgb(163,207,171); }
td.TdClassName
{
border-color: #A3CFAB;
}
.TagClassName
{
border-color: #A3CFAB;
}
</style>