Shades of Chinook #A3C8A5
Tints of Chinook #A3C8A5
RGB
CMYK
RGB Variations
Color information
#A3C8A5 (or 0xA3C8A5) is known color: Chinook. HEX triplet: A3, C8 and A5. RGB value is (163,200,165). Sum of RGB (Red+Green+Blue) = 163+200+165=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C8A5 is #5C375A. Grayscale: #B9B9B9. Windows color (decimal): -6043483 or 10864803. OLE color: 10864803.
HSL color Cylindrical-coordinate representation of color #A3C8A5: hue angle of 123.24º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C8A5 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 165 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.22 |
| HSL | 123.24º | 0.25% | 0.71% | - |
| HSV(B) | 123.24º | 0.19% | 0.78% | - |
| XYZ | 42.55 | 51.81 | 43.36 | - |
| YUV | 184.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 165 | 0.18 | 0 | 0.18 | 0.22 | 123.24 | 0.25 | 0.71 |
| Hex | A3 | C8 | A5 | 12 | 0 | 12 | 16 | 7B | 19 | 47 |
| Octal | 243 | 310 | 245 | 22 | 0 | 22 | 26 | 173 | 31 | 107 |
| Binary | 10100011 | 11001000 | 10100101 | 10010 | 0 | 10010 | 10110 | 1111011 | 11001 | 1000111 |
Color Harmonies of #A3C8A5
Complementary color
Monochromatic Colors of #A3C8A5
Black with #A3C8A5
Text Example
Text Example
White with #A3C8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C8A5; }
p { color: rgb(163,200,165); }
H1.HeaderClassName
{
color: #A3C8A5;
}
.AnyTagClassName
{
color: #A3C8A5;
}
</style>
background-color css
<style>
a { background-color: #A3C8A5; }
a { background-color: rgb(163,200,165); }
div.DivClassName
{
background-color: #A3C8A5;
}
.BgClassName
{
background-color: #A3C8A5;
}
</style>
border-color css
<style>
span { border-color: #A3C8A5; }
span { border-color: rgb(163,200,165); }
td.TdClassName
{
border-color: #A3C8A5;
}
.TagClassName
{
border-color: #A3C8A5;
}
</style>