Shades of Chinook #A1CDA5
Tints of Chinook #A1CDA5
RGB
CMYK
RGB Variations
Color information
#A1CDA5 (or 0xA1CDA5) is known color: Chinook. HEX triplet: A1, CD and A5. RGB value is (161,205,165). Sum of RGB (Red+Green+Blue) = 161+205+165=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDA5 is #5E325A. Grayscale: #BBBBBB. Windows color (decimal): -6173275 or 10866081. OLE color: 10866081.
HSL color Cylindrical-coordinate representation of color #A1CDA5: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDA5 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 165 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.20 |
| HSL | 125.45º | 0.31% | 0.72% | - |
| HSV(B) | 125.45º | 0.21% | 0.8% | - |
| XYZ | 43.32 | 53.96 | 43.73 | - |
| YUV | 187.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 165 | 0.21 | 0 | 0.20 | 0.20 | 125.45 | 0.31 | 0.72 |
| Hex | A1 | CD | A5 | 15 | 0 | 14 | 14 | 7D | 1F | 48 |
| Octal | 241 | 315 | 245 | 25 | 0 | 24 | 24 | 175 | 37 | 110 |
| Binary | 10100001 | 11001101 | 10100101 | 10101 | 0 | 10100 | 10100 | 1111101 | 11111 | 1001000 |
Color Harmonies of #A1CDA5
Complementary color
Monochromatic Colors of #A1CDA5
Black with #A1CDA5
Text Example
Text Example
White with #A1CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDA5; }
p { color: rgb(161,205,165); }
H1.HeaderClassName
{
color: #A1CDA5;
}
.AnyTagClassName
{
color: #A1CDA5;
}
</style>
background-color css
<style>
a { background-color: #A1CDA5; }
a { background-color: rgb(161,205,165); }
div.DivClassName
{
background-color: #A1CDA5;
}
.BgClassName
{
background-color: #A1CDA5;
}
</style>
border-color css
<style>
span { border-color: #A1CDA5; }
span { border-color: rgb(161,205,165); }
td.TdClassName
{
border-color: #A1CDA5;
}
.TagClassName
{
border-color: #A1CDA5;
}
</style>