Shades of Chinook #A5CDAA
Tints of Chinook #A5CDAA
RGB
CMYK
RGB Variations
Color information
#A5CDAA (or 0xA5CDAA) is known color: Chinook. HEX triplet: A5, CD and AA. RGB value is (165,205,170). Sum of RGB (Red+Green+Blue) = 165+205+170=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDAA is #5A3255. Grayscale: #BDBDBD. Windows color (decimal): -5911126 or 11193765. OLE color: 11193765.
HSL color Cylindrical-coordinate representation of color #A5CDAA: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDAA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 170 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.20 |
| HSL | 127.5º | 0.29% | 0.73% | - |
| HSV(B) | 127.5º | 0.2% | 0.8% | - |
| XYZ | 44.6 | 54.56 | 46.21 | - |
| YUV | 189.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 170 | 0.20 | 0 | 0.17 | 0.20 | 127.5 | 0.29 | 0.73 |
| Hex | A5 | CD | AA | 14 | 0 | 11 | 14 | 80 | 1D | 49 |
| Octal | 245 | 315 | 252 | 24 | 0 | 21 | 24 | 200 | 35 | 111 |
| Binary | 10100101 | 11001101 | 10101010 | 10100 | 0 | 10001 | 10100 | 10000000 | 11101 | 1001001 |
Color Harmonies of #A5CDAA
Complementary color
Monochromatic Colors of #A5CDAA
Black with #A5CDAA
Text Example
Text Example
White with #A5CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDAA; }
p { color: rgb(165,205,170); }
H1.HeaderClassName
{
color: #A5CDAA;
}
.AnyTagClassName
{
color: #A5CDAA;
}
</style>
background-color css
<style>
a { background-color: #A5CDAA; }
a { background-color: rgb(165,205,170); }
div.DivClassName
{
background-color: #A5CDAA;
}
.BgClassName
{
background-color: #A5CDAA;
}
</style>
border-color css
<style>
span { border-color: #A5CDAA; }
span { border-color: rgb(165,205,170); }
td.TdClassName
{
border-color: #A5CDAA;
}
.TagClassName
{
border-color: #A5CDAA;
}
</style>