Shades of Chinook #A5D2AC
Tints of Chinook #A5D2AC
RGB
CMYK
RGB Variations
Color information
#A5D2AC (or 0xA5D2AC) is known color: Chinook. HEX triplet: A5, D2 and AC. RGB value is (165,210,172). Sum of RGB (Red+Green+Blue) = 165+210+172=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D2AC is #5A2D53. Grayscale: #C0C0C0. Windows color (decimal): -5909844 or 11326117. OLE color: 11326117.
HSL color Cylindrical-coordinate representation of color #A5D2AC: hue angle of 129.33º 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 #A5D2AC is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 172 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.18 |
| HSL | 129.33º | 0.33% | 0.74% | - |
| HSV(B) | 129.33º | 0.21% | 0.82% | - |
| XYZ | 46.01 | 57.07 | 47.62 | - |
| YUV | 192.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 172 | 0.21 | 0 | 0.18 | 0.18 | 129.33 | 0.33 | 0.74 |
| Hex | A5 | D2 | AC | 15 | 0 | 12 | 12 | 81 | 21 | 4A |
| Octal | 245 | 322 | 254 | 25 | 0 | 22 | 22 | 201 | 41 | 112 |
| Binary | 10100101 | 11010010 | 10101100 | 10101 | 0 | 10010 | 10010 | 10000001 | 100001 | 1001010 |
Color Harmonies of #A5D2AC
Complementary color
Monochromatic Colors of #A5D2AC
Black with #A5D2AC
Text Example
Text Example
White with #A5D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2AC; }
p { color: rgb(165,210,172); }
H1.HeaderClassName
{
color: #A5D2AC;
}
.AnyTagClassName
{
color: #A5D2AC;
}
</style>
background-color css
<style>
a { background-color: #A5D2AC; }
a { background-color: rgb(165,210,172); }
div.DivClassName
{
background-color: #A5D2AC;
}
.BgClassName
{
background-color: #A5D2AC;
}
</style>
border-color css
<style>
span { border-color: #A5D2AC; }
span { border-color: rgb(165,210,172); }
td.TdClassName
{
border-color: #A5D2AC;
}
.TagClassName
{
border-color: #A5D2AC;
}
</style>