Shades of Chinook #A5D1AC
Tints of Chinook #A5D1AC
RGB
CMYK
RGB Variations
Color information
#A5D1AC (or 0xA5D1AC) is known color: Chinook. HEX triplet: A5, D1 and AC. RGB value is (165,209,172). Sum of RGB (Red+Green+Blue) = 165+209+172=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D1AC is #5A2E53. Grayscale: #BFBFBF. Windows color (decimal): -5910100 or 11325861. OLE color: 11325861.
HSL color Cylindrical-coordinate representation of color #A5D1AC: hue angle of 129.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1AC is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 172 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.18 |
| HSL | 129.55º | 0.32% | 0.73% | - |
| HSV(B) | 129.55º | 0.21% | 0.82% | - |
| XYZ | 45.76 | 56.58 | 47.54 | - |
| YUV | 191.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 172 | 0.21 | 0 | 0.18 | 0.18 | 129.55 | 0.32 | 0.73 |
| Hex | A5 | D1 | AC | 15 | 0 | 12 | 12 | 82 | 20 | 49 |
| Octal | 245 | 321 | 254 | 25 | 0 | 22 | 22 | 202 | 40 | 111 |
| Binary | 10100101 | 11010001 | 10101100 | 10101 | 0 | 10010 | 10010 | 10000010 | 100000 | 1001001 |
Color Harmonies of #A5D1AC
Complementary color
Monochromatic Colors of #A5D1AC
Black with #A5D1AC
Text Example
Text Example
White with #A5D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D1AC; }
p { color: rgb(165,209,172); }
H1.HeaderClassName
{
color: #A5D1AC;
}
.AnyTagClassName
{
color: #A5D1AC;
}
</style>
background-color css
<style>
a { background-color: #A5D1AC; }
a { background-color: rgb(165,209,172); }
div.DivClassName
{
background-color: #A5D1AC;
}
.BgClassName
{
background-color: #A5D1AC;
}
</style>
border-color css
<style>
span { border-color: #A5D1AC; }
span { border-color: rgb(165,209,172); }
td.TdClassName
{
border-color: #A5D1AC;
}
.TagClassName
{
border-color: #A5D1AC;
}
</style>