#A0CAA6

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

Shades of Chinook #A0CAA6

Tints of Chinook #A0CAA6

Color information

#A0CAA6 (or 0xA0CAA6) is unknown color: approx Chinook. HEX triplet: A0, CA and A6. RGB value is (160,202,166). Sum of RGB (Red+Green+Blue) = 160+202+166=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAA6 is #5F3559. Grayscale: #B9B9B9. Windows color (decimal): -6239578 or 10930848. OLE color: 10930848.

HSL color Cylindrical-coordinate representation of color #A0CAA6: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAA6 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB160202166-
CMYK0.2100.180.21
HSL128.57º28.38%70.98%-
HSV(B)128.57º20.79%79.22%-
XYZ42.552.4743.96-
YUV185.34117.09109.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=30.30%
G=38.26%
B=31.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021660.2100.180.21128.5728.3870.98
HexA0CAA61501215811c47
Octal240312246250222520134107
Binary101000001100101010100110101010100101010110000001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAA6; }

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

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

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

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

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

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

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

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