#A1D3AE

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

Shades of Chinook #A1D3AE

Tints of Chinook #A1D3AE

Color information

#A1D3AE (or 0xA1D3AE) is unknown color: approx Chinook. HEX triplet: A1, D3 and AE. RGB value is (161,211,174). Sum of RGB (Red+Green+Blue) = 161+211+174=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D3AE is #5E2C51. Grayscale: #BFBFBF. Windows color (decimal): -6171730 or 11457441. OLE color: 11457441.

HSL color Cylindrical-coordinate representation of color #A1D3AE: hue angle of 135.6º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D3AE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB161211174-
CMYK0.2400.180.17
HSL135.6º36.23%72.94%-
HSV(B)135.6º23.7%82.75%-
XYZ45.6357.2248.68-
YUV191.83117.94106.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=29.49%
G=38.64%
B=31.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111740.2400.180.17135.636.2372.94
HexA1D3AE1801211882449
Octal241323256300222121044111
Binary1010000111010011101011101100001001010001100010001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3AE; }

 p { color: rgb(161,211,174); }

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

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

 a { background-color: rgb(161,211,174); }

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

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

 span { border-color: rgb(161,211,174); }

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