#A0CEA9

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

Shades of Chinook #A0CEA9

Tints of Chinook #A0CEA9

Color information

#A0CEA9 (or 0xA0CEA9) is unknown color: approx Chinook. HEX triplet: A0, CE and A9. RGB value is (160,206,169). Sum of RGB (Red+Green+Blue) = 160+206+169=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEA9 is #5F3156. Grayscale: #BCBCBC. Windows color (decimal): -6238551 or 11128480. OLE color: 11128480.

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

Color convert

RGB160206169-
CMYK0.2200.180.19
HSL131.74º31.94%71.76%-
HSV(B)131.74º22.33%80.78%-
XYZ43.7354.4845.75-
YUV188.03117.26108.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=29.91%
G=38.50%
B=31.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061690.2200.180.19131.7431.9471.76
HexA0CEA91601213842048
Octal240316251260222320440110
Binary1010000011001110101010011011001001010011100001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEA9; }

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

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

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

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

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

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

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

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