Shades of Chinook #A5D5AC
Tints of Chinook #A5D5AC
RGB
CMYK
RGB Variations
Color information
#A5D5AC (or 0xA5D5AC) is known color: Chinook. HEX triplet: A5, D5 and AC. RGB value is (165,213,172). Sum of RGB (Red+Green+Blue) = 165+213+172=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5AC is #5A2A53. Grayscale: #C2C2C2. Windows color (decimal): -5909076 or 11326885. OLE color: 11326885.
HSL color Cylindrical-coordinate representation of color #A5D5AC: hue angle of 128.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5AC is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 172 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.16 |
| HSL | 128.75º | 0.36% | 0.74% | - |
| HSV(B) | 128.75º | 0.23% | 0.84% | - |
| XYZ | 46.76 | 58.57 | 47.87 | - |
| YUV | 193.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 172 | 0.23 | 0 | 0.19 | 0.16 | 128.75 | 0.36 | 0.74 |
| Hex | A5 | D5 | AC | 17 | 0 | 13 | 10 | 81 | 24 | 4A |
| Octal | 245 | 325 | 254 | 27 | 0 | 23 | 20 | 201 | 44 | 112 |
| Binary | 10100101 | 11010101 | 10101100 | 10111 | 0 | 10011 | 10000 | 10000001 | 100100 | 1001010 |
Color Harmonies of #A5D5AC
Complementary color
Monochromatic Colors of #A5D5AC
Black with #A5D5AC
Text Example
Text Example
White with #A5D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D5AC; }
p { color: rgb(165,213,172); }
H1.HeaderClassName
{
color: #A5D5AC;
}
.AnyTagClassName
{
color: #A5D5AC;
}
</style>
background-color css
<style>
a { background-color: #A5D5AC; }
a { background-color: rgb(165,213,172); }
div.DivClassName
{
background-color: #A5D5AC;
}
.BgClassName
{
background-color: #A5D5AC;
}
</style>
border-color css
<style>
span { border-color: #A5D5AC; }
span { border-color: rgb(165,213,172); }
td.TdClassName
{
border-color: #A5D5AC;
}
.TagClassName
{
border-color: #A5D5AC;
}
</style>