Shades of Chinook #A5D2AB
Tints of Chinook #A5D2AB
RGB
CMYK
RGB Variations
Color information
#A5D2AB (or 0xA5D2AB) is known color: Chinook. HEX triplet: A5, D2 and AB. RGB value is (165,210,171). Sum of RGB (Red+Green+Blue) = 165+210+171=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2AB is #5A2D54. Grayscale: #C0C0C0. Windows color (decimal): -5909845 or 11260581. OLE color: 11260581.
HSL color Cylindrical-coordinate representation of color #A5D2AB: hue angle of 128º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2AB is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 171 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.18 |
| HSL | 128º | 0.33% | 0.74% | - |
| HSV(B) | 128º | 0.21% | 0.82% | - |
| XYZ | 45.91 | 57.03 | 47.12 | - |
| YUV | 192.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 171 | 0.21 | 0 | 0.19 | 0.18 | 128 | 0.33 | 0.74 |
| Hex | A5 | D2 | AB | 15 | 0 | 13 | 12 | 80 | 21 | 4A |
| Octal | 245 | 322 | 253 | 25 | 0 | 23 | 22 | 200 | 41 | 112 |
| Binary | 10100101 | 11010010 | 10101011 | 10101 | 0 | 10011 | 10010 | 10000000 | 100001 | 1001010 |
Color Harmonies of #A5D2AB
Complementary color
Monochromatic Colors of #A5D2AB
Black with #A5D2AB
Text Example
Text Example
White with #A5D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2AB; }
p { color: rgb(165,210,171); }
H1.HeaderClassName
{
color: #A5D2AB;
}
.AnyTagClassName
{
color: #A5D2AB;
}
</style>
background-color css
<style>
a { background-color: #A5D2AB; }
a { background-color: rgb(165,210,171); }
div.DivClassName
{
background-color: #A5D2AB;
}
.BgClassName
{
background-color: #A5D2AB;
}
</style>
border-color css
<style>
span { border-color: #A5D2AB; }
span { border-color: rgb(165,210,171); }
td.TdClassName
{
border-color: #A5D2AB;
}
.TagClassName
{
border-color: #A5D2AB;
}
</style>