#A1D2A5

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

Shades of Chinook #A1D2A5

Tints of Chinook #A1D2A5

Color information

#A1D2A5 (or 0xA1D2A5) is unknown color: approx Chinook. HEX triplet: A1, D2 and A5. RGB value is (161,210,165). Sum of RGB (Red+Green+Blue) = 161+210+165=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2A5 is #5E2D5A. Grayscale: #BEBEBE. Windows color (decimal): -6171995 or 10867361. OLE color: 10867361.

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

Color convert

RGB161210165-
CMYK0.2300.210.18
HSL124.9º35.25%72.75%-
HSV(B)124.9º23.33%82.35%-
XYZ44.5456.3944.13-
YUV190.22113.77107.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=30.04%
G=39.18%
B=30.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101650.2300.210.18124.935.2572.75
HexA1D2A517015127d2349
Octal241322245270252217543111
Binary101000011101001010100101101110101011001011111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2A5; }

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

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

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

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

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

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

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

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