Shades of Chinook #A1CDAC
Tints of Chinook #A1CDAC
RGB
CMYK
RGB Variations
Color information
#A1CDAC (or 0xA1CDAC) is known color: Chinook. HEX triplet: A1, CD and AC. RGB value is (161,205,172). Sum of RGB (Red+Green+Blue) = 161+205+172=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDAC is #5E3253. Grayscale: #BCBCBC. Windows color (decimal): -6173268 or 11324833. OLE color: 11324833.
HSL color Cylindrical-coordinate representation of color #A1CDAC: hue angle of 135º 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 #A1CDAC is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 161 | 205 | 172 | - |
CMYK | 0.21 | 0 | 0.16 | 0.20 |
HSL | 135º | 0.31% | 0.72% | - |
HSV(B) | 135º | 0.21% | 0.8% | - |
XYZ | 43.98 | 54.22 | 47.18 | - |
YUV | 188.08 | 118.92 | 108.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 205 | 172 | 0.21 | 0 | 0.16 | 0.20 | 135 | 0.31 | 0.72 |
Hex | A1 | CD | AC | 15 | 0 | 10 | 14 | 87 | 1F | 48 |
Octal | 241 | 315 | 254 | 25 | 0 | 20 | 24 | 207 | 37 | 110 |
Binary | 10100001 | 11001101 | 10101100 | 10101 | 0 | 10000 | 10100 | 10000111 | 11111 | 1001000 |
Color Harmonies of #A1CDAC
Complementary color
Monochromatic Colors of #A1CDAC
Black with #A1CDAC
Text Example
Text Example
White with #A1CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDAC; }
p { color: rgb(161,205,172); }
H1.HeaderClassName
{
color: #A1CDAC;
}
.AnyTagClassName
{
color: #A1CDAC;
}
</style>
background-color css
<style>
a { background-color: #A1CDAC; }
a { background-color: rgb(161,205,172); }
div.DivClassName
{
background-color: #A1CDAC;
}
.BgClassName
{
background-color: #A1CDAC;
}
</style>
border-color css
<style>
span { border-color: #A1CDAC; }
span { border-color: rgb(161,205,172); }
td.TdClassName
{
border-color: #A1CDAC;
}
.TagClassName
{
border-color: #A1CDAC;
}
</style>