Shades of Chinook #A1DFAC
Tints of Chinook #A1DFAC
RGB
CMYK
RGB Variations
Color information
#A1DFAC (or 0xA1DFAC) is known color: Chinook. HEX triplet: A1, DF and AC. RGB value is (161,223,172). Sum of RGB (Red+Green+Blue) = 161+223+172=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFAC is #5E2053. Grayscale: #C6C6C6. Windows color (decimal): -6168660 or 11329441. OLE color: 11329441.
HSL color Cylindrical-coordinate representation of color #A1DFAC: hue angle of 130.65º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFAC is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 161 | 223 | 172 | - |
CMYK | 0.28 | 0 | 0.23 | 0.13 |
HSL | 130.65º | 0.49% | 0.75% | - |
HSV(B) | 130.65º | 0.28% | 0.87% | - |
XYZ | 48.53 | 63.33 | 48.7 | - |
YUV | 198.65 | 112.96 | 101.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 223 | 172 | 0.28 | 0 | 0.23 | 0.13 | 130.65 | 0.49 | 0.75 |
Hex | A1 | DF | AC | 1C | 0 | 17 | D | 83 | 31 | 4B |
Octal | 241 | 337 | 254 | 34 | 0 | 27 | 15 | 203 | 61 | 113 |
Binary | 10100001 | 11011111 | 10101100 | 11100 | 0 | 10111 | 1101 | 10000011 | 110001 | 1001011 |
Color Harmonies of #A1DFAC
Complementary color
Monochromatic Colors of #A1DFAC
Black with #A1DFAC
Text Example
Text Example
White with #A1DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFAC; }
p { color: rgb(161,223,172); }
H1.HeaderClassName
{
color: #A1DFAC;
}
.AnyTagClassName
{
color: #A1DFAC;
}
</style>
background-color css
<style>
a { background-color: #A1DFAC; }
a { background-color: rgb(161,223,172); }
div.DivClassName
{
background-color: #A1DFAC;
}
.BgClassName
{
background-color: #A1DFAC;
}
</style>
border-color css
<style>
span { border-color: #A1DFAC; }
span { border-color: rgb(161,223,172); }
td.TdClassName
{
border-color: #A1DFAC;
}
.TagClassName
{
border-color: #A1DFAC;
}
</style>