Shades of Chinook #A5D0AD
Tints of Chinook #A5D0AD
RGB
CMYK
RGB Variations
Color information
#A5D0AD (or 0xA5D0AD) is known color: Chinook. HEX triplet: A5, D0 and AD. RGB value is (165,208,173). Sum of RGB (Red+Green+Blue) = 165+208+173=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D0AD is #5A2F52. Grayscale: #BFBFBF. Windows color (decimal): -5910355 or 11391141. OLE color: 11391141.
HSL color Cylindrical-coordinate representation of color #A5D0AD: hue angle of 131.16º degrees, saturation: 0.31, 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 #A5D0AD is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 173 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.18 |
| HSL | 131.16º | 0.31% | 0.73% | - |
| HSV(B) | 131.16º | 0.21% | 0.82% | - |
| XYZ | 45.62 | 56.13 | 47.96 | - |
| YUV | 191.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 173 | 0.21 | 0 | 0.17 | 0.18 | 131.16 | 0.31 | 0.73 |
| Hex | A5 | D0 | AD | 15 | 0 | 11 | 12 | 83 | 1F | 49 |
| Octal | 245 | 320 | 255 | 25 | 0 | 21 | 22 | 203 | 37 | 111 |
| Binary | 10100101 | 11010000 | 10101101 | 10101 | 0 | 10001 | 10010 | 10000011 | 11111 | 1001001 |
Color Harmonies of #A5D0AD
Complementary color
Monochromatic Colors of #A5D0AD
Black with #A5D0AD
Text Example
Text Example
White with #A5D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D0AD; }
p { color: rgb(165,208,173); }
H1.HeaderClassName
{
color: #A5D0AD;
}
.AnyTagClassName
{
color: #A5D0AD;
}
</style>
background-color css
<style>
a { background-color: #A5D0AD; }
a { background-color: rgb(165,208,173); }
div.DivClassName
{
background-color: #A5D0AD;
}
.BgClassName
{
background-color: #A5D0AD;
}
</style>
border-color css
<style>
span { border-color: #A5D0AD; }
span { border-color: rgb(165,208,173); }
td.TdClassName
{
border-color: #A5D0AD;
}
.TagClassName
{
border-color: #A5D0AD;
}
</style>