Shades of Chinook #A3CCAB
Tints of Chinook #A3CCAB
RGB
CMYK
RGB Variations
Color information
#A3CCAB (or 0xA3CCAB) is known color: Chinook. HEX triplet: A3, CC and AB. RGB value is (163,204,171). Sum of RGB (Red+Green+Blue) = 163+204+171=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAB is #5C3354. Grayscale: #BCBCBC. Windows color (decimal): -6042453 or 11259043. OLE color: 11259043.
HSL color Cylindrical-coordinate representation of color #A3CCAB: hue angle of 131.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCAB is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 171 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.2 |
| HSL | 131.71º | 0.29% | 0.72% | - |
| HSV(B) | 131.71º | 0.2% | 0.8% | - |
| XYZ | 44.05 | 53.91 | 46.61 | - |
| YUV | 187.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 171 | 0.20 | 0 | 0.16 | 0.2 | 131.71 | 0.29 | 0.72 |
| Hex | A3 | CC | AB | 14 | 0 | 10 | 14 | 84 | 1D | 48 |
| Octal | 243 | 314 | 253 | 24 | 0 | 20 | 24 | 204 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10101011 | 10100 | 0 | 10000 | 10100 | 10000100 | 11101 | 1001000 |
Color Harmonies of #A3CCAB
Complementary color
Monochromatic Colors of #A3CCAB
Black with #A3CCAB
Text Example
Text Example
White with #A3CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCAB; }
p { color: rgb(163,204,171); }
H1.HeaderClassName
{
color: #A3CCAB;
}
.AnyTagClassName
{
color: #A3CCAB;
}
</style>
background-color css
<style>
a { background-color: #A3CCAB; }
a { background-color: rgb(163,204,171); }
div.DivClassName
{
background-color: #A3CCAB;
}
.BgClassName
{
background-color: #A3CCAB;
}
</style>
border-color css
<style>
span { border-color: #A3CCAB; }
span { border-color: rgb(163,204,171); }
td.TdClassName
{
border-color: #A3CCAB;
}
.TagClassName
{
border-color: #A3CCAB;
}
</style>