Shades of Chinook #A5D0AA
Tints of Chinook #A5D0AA
RGB
CMYK
RGB Variations
Color information
#A5D0AA (or 0xA5D0AA) is known color: Chinook. HEX triplet: A5, D0 and AA. RGB value is (165,208,170). Sum of RGB (Red+Green+Blue) = 165+208+170=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D0AA is #5A2F55. Grayscale: #BEBEBE. Windows color (decimal): -5910358 or 11194533. OLE color: 11194533.
HSL color Cylindrical-coordinate representation of color #A5D0AA: hue angle of 126.98º 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 #A5D0AA is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 170 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.18 |
| HSL | 126.98º | 0.31% | 0.73% | - |
| HSV(B) | 126.98º | 0.21% | 0.82% | - |
| XYZ | 45.33 | 56.01 | 46.45 | - |
| YUV | 190.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 170 | 0.21 | 0 | 0.18 | 0.18 | 126.98 | 0.31 | 0.73 |
| Hex | A5 | D0 | AA | 15 | 0 | 12 | 12 | 7F | 1F | 49 |
| Octal | 245 | 320 | 252 | 25 | 0 | 22 | 22 | 177 | 37 | 111 |
| Binary | 10100101 | 11010000 | 10101010 | 10101 | 0 | 10010 | 10010 | 1111111 | 11111 | 1001001 |
Color Harmonies of #A5D0AA
Complementary color
Monochromatic Colors of #A5D0AA
Black with #A5D0AA
Text Example
Text Example
White with #A5D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D0AA; }
p { color: rgb(165,208,170); }
H1.HeaderClassName
{
color: #A5D0AA;
}
.AnyTagClassName
{
color: #A5D0AA;
}
</style>
background-color css
<style>
a { background-color: #A5D0AA; }
a { background-color: rgb(165,208,170); }
div.DivClassName
{
background-color: #A5D0AA;
}
.BgClassName
{
background-color: #A5D0AA;
}
</style>
border-color css
<style>
span { border-color: #A5D0AA; }
span { border-color: rgb(165,208,170); }
td.TdClassName
{
border-color: #A5D0AA;
}
.TagClassName
{
border-color: #A5D0AA;
}
</style>