#A0DBA6

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

Shades of Chinook #A0DBA6

Tints of Chinook #A0DBA6

Color information

#A0DBA6 (or 0xA0DBA6) is unknown color: approx Chinook. HEX triplet: A0, DB and A6. RGB value is (160,219,166). Sum of RGB (Red+Green+Blue) = 160+219+166=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA6 is #5F2459. Grayscale: #C3C3C3. Windows color (decimal): -6235226 or 10935200. OLE color: 10935200.

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

Color convert

RGB160219166-
CMYK0.2700.240.14
HSL126.1º45.04%74.31%-
HSV(B)126.1º26.94%85.88%-
XYZ46.7160.8945.37-
YUV195.32111.45102.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=29.36%
G=40.18%
B=30.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191660.2700.240.14126.145.0474.31
HexA0DBA61B018E7e2d4a
Octal240333246330301617655112
Binary10100000110110111010011011011011000111011111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBA6; }

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

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

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

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

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

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

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

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