#A1DBA6

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

Shades of Chinook #A1DBA6

Tints of Chinook #A1DBA6

Color information

#A1DBA6 (or 0xA1DBA6) is unknown color: approx Chinook. HEX triplet: A1, DB and A6. RGB value is (161,219,166). Sum of RGB (Red+Green+Blue) = 161+219+166=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBA6 is #5E2459. Grayscale: #C3C3C3. Windows color (decimal): -6169690 or 10935201. OLE color: 10935201.

HSL color Cylindrical-coordinate representation of color #A1DBA6: hue angle of 125.17º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBA6 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB161219166-
CMYK0.2600.240.14
HSL125.17º44.62%74.51%-
HSV(B)125.17º26.48%85.88%-
XYZ46.9160.9945.38-
YUV195.62111.28103.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=29.49%
G=40.11%
B=30.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191660.2600.240.14125.1744.6274.51
HexA1DBA61A018E7d2d4b
Octal241333246320301617555113
Binary10100001110110111010011011010011000111011111011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBA6; }

 p { color: rgb(161,219,166); }

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

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

 a { background-color: rgb(161,219,166); }

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

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

 span { border-color: rgb(161,219,166); }

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