#A1D7AC

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

Shades of Chinook #A1D7AC

Tints of Chinook #A1D7AC

Color information

#A1D7AC (or 0xA1D7AC) is unknown color: approx Chinook. HEX triplet: A1, D7 and AC. RGB value is (161,215,172). Sum of RGB (Red+Green+Blue) = 161+215+172=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D7AC is #5E2853. Grayscale: #C2C2C2. Windows color (decimal): -6170708 or 11327393. OLE color: 11327393.

HSL color Cylindrical-coordinate representation of color #A1D7AC: hue angle of 132.22º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7AC is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB161215172-
CMYK0.2500.20.16
HSL132.22º40.3%73.73%-
HSV(B)132.22º25.12%84.31%-
XYZ46.4459.1648-
YUV193.95115.61104.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 215 (84.38% from 255) = 39.23%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=29.38%
G=39.23%
B=31.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612151720.2500.20.16132.2240.373.73
HexA1D7AC190141084284a
Octal241327254310242020450112
Binary1010000111010111101011001100101010010000100001001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7AC; }

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

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

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

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

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

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

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

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