Shades of Chinook #A5D5B1
Tints of Chinook #A5D5B1
RGB
CMYK
RGB Variations
Color information
#A5D5B1 (or 0xA5D5B1) is known color: Chinook. HEX triplet: A5, D5 and B1. RGB value is (165,213,177). Sum of RGB (Red+Green+Blue) = 165+213+177=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5B1 is #5A2A4E. Grayscale: #C2C2C2. Windows color (decimal): -5909071 or 11654565. OLE color: 11654565.
HSL color Cylindrical-coordinate representation of color #A5D5B1: hue angle of 135º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5B1 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 177 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.16 |
| HSL | 135º | 0.36% | 0.74% | - |
| HSV(B) | 135º | 0.23% | 0.84% | - |
| XYZ | 47.25 | 58.76 | 50.45 | - |
| YUV | 194.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 177 | 0.23 | 0 | 0.17 | 0.16 | 135 | 0.36 | 0.74 |
| Hex | A5 | D5 | B1 | 17 | 0 | 11 | 10 | 87 | 24 | 4A |
| Octal | 245 | 325 | 261 | 27 | 0 | 21 | 20 | 207 | 44 | 112 |
| Binary | 10100101 | 11010101 | 10110001 | 10111 | 0 | 10001 | 10000 | 10000111 | 100100 | 1001010 |
Color Harmonies of #A5D5B1
Complementary color
Monochromatic Colors of #A5D5B1
Black with #A5D5B1
Text Example
Text Example
White with #A5D5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5B1; }
p { color: rgb(165,213,177); }
H1.HeaderClassName
{
color: #A5D5B1;
}
.AnyTagClassName
{
color: #A5D5B1;
}
</style>
background-color css
<style>
a { background-color: #A5D5B1; }
a { background-color: rgb(165,213,177); }
div.DivClassName
{
background-color: #A5D5B1;
}
.BgClassName
{
background-color: #A5D5B1;
}
</style>
border-color css
<style>
span { border-color: #A5D5B1; }
span { border-color: rgb(165,213,177); }
td.TdClassName
{
border-color: #A5D5B1;
}
.TagClassName
{
border-color: #A5D5B1;
}
</style>