#A0CEA8

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

Shades of Chinook #A0CEA8

Tints of Chinook #A0CEA8

Color information

#A0CEA8 (or 0xA0CEA8) is unknown color: approx Chinook. HEX triplet: A0, CE and A8. RGB value is (160,206,168). Sum of RGB (Red+Green+Blue) = 160+206+168=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEA8 is #5F3157. Grayscale: #BCBCBC. Windows color (decimal): -6238552 or 11062944. OLE color: 11062944.

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

Color convert

RGB160206168-
CMYK0.2200.180.19
HSL130.43º31.94%71.76%-
HSV(B)130.43º22.33%80.78%-
XYZ43.6454.4445.25-
YUV187.91116.76108.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 168 (66.02% from 255) = 31.46%
R=29.96%
G=38.58%
B=31.46%

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
Decimal1602061680.2200.180.19130.4331.9471.76
HexA0CEA81601213822048
Octal240316250260222320240110
Binary1010000011001110101010001011001001010011100000101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEA8; }

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

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

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

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

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

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

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

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