#A1D2AA

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

Shades of Chinook #A1D2AA

Tints of Chinook #A1D2AA

Color information

#A1D2AA (or 0xA1D2AA) is unknown color: approx Chinook. HEX triplet: A1, D2 and AA. RGB value is (161,210,170). Sum of RGB (Red+Green+Blue) = 161+210+170=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2AA is #5E2D55. Grayscale: #BEBEBE. Windows color (decimal): -6171990 or 11195041. OLE color: 11195041.

HSL color Cylindrical-coordinate representation of color #A1D2AA: hue angle of 131.02º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2AA is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB161210170-
CMYK0.2300.190.18
HSL131.02º35.25%72.75%-
HSV(B)131.02º23.33%82.35%-
XYZ4556.5746.58-
YUV190.79116.27106.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=29.76%
G=38.82%
B=31.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101700.2300.190.18131.0235.2572.75
HexA1D2AA1701312832349
Octal241322252270232220343111
Binary1010000111010010101010101011101001110010100000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2AA; }

 p { color: rgb(161,210,170); }

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

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

 a { background-color: rgb(161,210,170); }

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

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

 span { border-color: rgb(161,210,170); }

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