#A1DCAC

Color #A1DCAC Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A1DCAC

Tints of Chinook #A1DCAC

Color information

#A1DCAC (or 0xA1DCAC) is unknown color: approx Chinook. HEX triplet: A1, DC and AC. RGB value is (161,220,172). Sum of RGB (Red+Green+Blue) = 161+220+172=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAC is #5E2353. Grayscale: #C5C5C5. Windows color (decimal): -6169428 or 11328673. OLE color: 11328673.

HSL color Cylindrical-coordinate representation of color #A1DCAC: hue angle of 131.19º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCAC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB161220172-
CMYK0.2700.220.14
HSL131.19º45.74%74.71%-
HSV(B)131.19º26.82%86.27%-
XYZ47.7461.7448.43-
YUV196.89113.95102.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=29.11%
G=39.78%
B=31.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201720.2700.220.14131.1945.7474.71
HexA1DCAC1B016E832e4b
Octal241334254330261620356113
Binary101000011101110010101100110110101101110100000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCAC; }

 p { color: rgb(161,220,172); }

 H1.HeaderClassName
 {
   color: #A1DCAC;
 }
 .AnyTagClassName
 {
   color: #A1DCAC;
 }
</style>
background-color css

<style>
 a { background-color: #A1DCAC; }

 a { background-color: rgb(161,220,172); }

 div.DivClassName
 {
   background-color: #A1DCAC;
 }
 .BgClassName
 {
   background-color: #A1DCAC;
 }
</style>
border-color css

<style>
 span { border-color: #A1DCAC; }

 span { border-color: rgb(161,220,172); }

 td.TdClassName
 {
   border-color: #A1DCAC;
 }
 .TagClassName
 {
   border-color: #A1DCAC;
 }
</style>