Shades of Chinook #A3CDA5
Tints of Chinook #A3CDA5
RGB
CMYK
RGB Variations
Color information
#A3CDA5 (or 0xA3CDA5) is known color: Chinook. HEX triplet: A3, CD and A5. RGB value is (163,205,165). Sum of RGB (Red+Green+Blue) = 163+205+165=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CDA5 is #5C325A. Grayscale: #BCBCBC. Windows color (decimal): -6042203 or 10866083. OLE color: 10866083.
HSL color Cylindrical-coordinate representation of color #A3CDA5: hue angle of 122.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 #A3CDA5 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 165 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.20 |
| HSL | 122.86º | 0.3% | 0.72% | - |
| HSV(B) | 122.86º | 0.2% | 0.8% | - |
| XYZ | 43.73 | 54.17 | 43.75 | - |
| YUV | 187.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 165 | 0.20 | 0 | 0.20 | 0.20 | 122.86 | 0.3 | 0.72 |
| Hex | A3 | CD | A5 | 14 | 0 | 14 | 14 | 7B | 1E | 48 |
| Octal | 243 | 315 | 245 | 24 | 0 | 24 | 24 | 173 | 36 | 110 |
| Binary | 10100011 | 11001101 | 10100101 | 10100 | 0 | 10100 | 10100 | 1111011 | 11110 | 1001000 |
Color Harmonies of #A3CDA5
Complementary color
Monochromatic Colors of #A3CDA5
Black with #A3CDA5
Text Example
Text Example
White with #A3CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDA5; }
p { color: rgb(163,205,165); }
H1.HeaderClassName
{
color: #A3CDA5;
}
.AnyTagClassName
{
color: #A3CDA5;
}
</style>
background-color css
<style>
a { background-color: #A3CDA5; }
a { background-color: rgb(163,205,165); }
div.DivClassName
{
background-color: #A3CDA5;
}
.BgClassName
{
background-color: #A3CDA5;
}
</style>
border-color css
<style>
span { border-color: #A3CDA5; }
span { border-color: rgb(163,205,165); }
td.TdClassName
{
border-color: #A3CDA5;
}
.TagClassName
{
border-color: #A3CDA5;
}
</style>