#A0CAA9

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

Shades of Chinook #A0CAA9

Tints of Chinook #A0CAA9

Color information

#A0CAA9 (or 0xA0CAA9) is unknown color: approx Chinook. HEX triplet: A0, CA and A9. RGB value is (160,202,169). Sum of RGB (Red+Green+Blue) = 160+202+169=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAA9 is #5F3556. Grayscale: #B9B9B9. Windows color (decimal): -6239575 or 11127456. OLE color: 11127456.

HSL color Cylindrical-coordinate representation of color #A0CAA9: hue angle of 132.86º 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 #A0CAA9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB160202169-
CMYK0.2100.160.21
HSL132.86º28.38%70.98%-
HSV(B)132.86º20.79%79.22%-
XYZ42.7852.5845.43-
YUV185.68118.59109.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 169 (66.41% from 255) = 31.83%
R=30.13%
G=38.04%
B=31.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021690.2100.160.21132.8628.3870.98
HexA0CAA91501015851c47
Octal240312251250202520534107
Binary101000001100101010101001101010100001010110000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAA9; }

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

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

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

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

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

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

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

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