Shades of Chinook #A5DAB0
Tints of Chinook #A5DAB0
RGB
CMYK
RGB Variations
Color information
#A5DAB0 (or 0xA5DAB0) is known color: Chinook. HEX triplet: A5, DA and B0. RGB value is (165,218,176). Sum of RGB (Red+Green+Blue) = 165+218+176=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DAB0 is #5A254F. Grayscale: #C5C5C5. Windows color (decimal): -5907792 or 11590309. OLE color: 11590309.
HSL color Cylindrical-coordinate representation of color #A5DAB0: hue angle of 132.45º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5DAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 218 | 176 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.15 |
| HSL | 132.45º | 0.42% | 0.75% | - |
| HSV(B) | 132.45º | 0.24% | 0.85% | - |
| XYZ | 48.42 | 61.28 | 50.35 | - |
| YUV | 197.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 176 | 0.24 | 0 | 0.19 | 0.15 | 132.45 | 0.42 | 0.75 |
| Hex | A5 | DA | B0 | 18 | 0 | 13 | F | 84 | 2A | 4B |
| Octal | 245 | 332 | 260 | 30 | 0 | 23 | 17 | 204 | 52 | 113 |
| Binary | 10100101 | 11011010 | 10110000 | 11000 | 0 | 10011 | 1111 | 10000100 | 101010 | 1001011 |
Color Harmonies of #A5DAB0
Complementary color
Monochromatic Colors of #A5DAB0
Black with #A5DAB0
Text Example
Text Example
White with #A5DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DAB0; }
p { color: rgb(165,218,176); }
H1.HeaderClassName
{
color: #A5DAB0;
}
.AnyTagClassName
{
color: #A5DAB0;
}
</style>
background-color css
<style>
a { background-color: #A5DAB0; }
a { background-color: rgb(165,218,176); }
div.DivClassName
{
background-color: #A5DAB0;
}
.BgClassName
{
background-color: #A5DAB0;
}
</style>
border-color css
<style>
span { border-color: #A5DAB0; }
span { border-color: rgb(165,218,176); }
td.TdClassName
{
border-color: #A5DAB0;
}
.TagClassName
{
border-color: #A5DAB0;
}
</style>