#A0CEA6

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

Shades of Chinook #A0CEA6

Tints of Chinook #A0CEA6

Color information

#A0CEA6 (or 0xA0CEA6) is unknown color: approx Chinook. HEX triplet: A0, CE and A6. RGB value is (160,206,166). Sum of RGB (Red+Green+Blue) = 160+206+166=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEA6 is #5F3159. Grayscale: #BBBBBB. Windows color (decimal): -6238554 or 10931872. OLE color: 10931872.

HSL color Cylindrical-coordinate representation of color #A0CEA6: hue angle of 127.83º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEA6 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB160206166-
CMYK0.2200.190.19
HSL127.83º31.94%71.76%-
HSV(B)127.83º22.33%80.78%-
XYZ43.4554.3744.28-
YUV187.69115.76108.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=30.08%
G=38.72%
B=31.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061660.2200.190.19127.8331.9471.76
HexA0CEA61601313802048
Octal240316246260232320040110
Binary1010000011001110101001101011001001110011100000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEA6; }

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

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

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

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

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

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

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

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