Shades of Chinook #A3CDAC
Tints of Chinook #A3CDAC
RGB
CMYK
RGB Variations
Color information
#A3CDAC (or 0xA3CDAC) is known color: Chinook. HEX triplet: A3, CD and AC. RGB value is (163,205,172). Sum of RGB (Red+Green+Blue) = 163+205+172=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CDAC is #5C3253. Grayscale: #BCBCBC. Windows color (decimal): -6042196 or 11324835. OLE color: 11324835.
HSL color Cylindrical-coordinate representation of color #A3CDAC: hue angle of 132.86º degrees, saturation: 0.3, 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 #A3CDAC is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 172 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.20 |
| HSL | 132.86º | 0.3% | 0.72% | - |
| HSV(B) | 132.86º | 0.2% | 0.8% | - |
| XYZ | 44.38 | 54.43 | 47.2 | - |
| YUV | 188.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 172 | 0.20 | 0 | 0.16 | 0.20 | 132.86 | 0.3 | 0.72 |
| Hex | A3 | CD | AC | 14 | 0 | 10 | 14 | 85 | 1E | 48 |
| Octal | 243 | 315 | 254 | 24 | 0 | 20 | 24 | 205 | 36 | 110 |
| Binary | 10100011 | 11001101 | 10101100 | 10100 | 0 | 10000 | 10100 | 10000101 | 11110 | 1001000 |
Color Harmonies of #A3CDAC
Complementary color
Monochromatic Colors of #A3CDAC
Black with #A3CDAC
Text Example
Text Example
White with #A3CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDAC; }
p { color: rgb(163,205,172); }
H1.HeaderClassName
{
color: #A3CDAC;
}
.AnyTagClassName
{
color: #A3CDAC;
}
</style>
background-color css
<style>
a { background-color: #A3CDAC; }
a { background-color: rgb(163,205,172); }
div.DivClassName
{
background-color: #A3CDAC;
}
.BgClassName
{
background-color: #A3CDAC;
}
</style>
border-color css
<style>
span { border-color: #A3CDAC; }
span { border-color: rgb(163,205,172); }
td.TdClassName
{
border-color: #A3CDAC;
}
.TagClassName
{
border-color: #A3CDAC;
}
</style>