#A1D2AD

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

Shades of Chinook #A1D2AD

Tints of Chinook #A1D2AD

Color information

#A1D2AD (or 0xA1D2AD) is unknown color: approx Chinook. HEX triplet: A1, D2 and AD. RGB value is (161,210,173). Sum of RGB (Red+Green+Blue) = 161+210+173=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2AD is #5E2D52. Grayscale: #BFBFBF. Windows color (decimal): -6171987 or 11391649. OLE color: 11391649.

HSL color Cylindrical-coordinate representation of color #A1D2AD: hue angle of 134.69º 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 #A1D2AD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB161210173-
CMYK0.2300.180.18
HSL134.69º35.25%72.75%-
HSV(B)134.69º23.33%82.35%-
XYZ45.2956.6948.09-
YUV191.13117.77106.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=29.60%
G=38.60%
B=31.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101730.2300.180.18134.6935.2572.75
HexA1D2AD1701212872349
Octal241322255270222220743111
Binary1010000111010010101011011011101001010010100001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2AD; }

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

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

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

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

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

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

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

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