#A0CAAA

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

Shades of Chinook #A0CAAA

Tints of Chinook #A0CAAA

Color information

#A0CAAA (or 0xA0CAAA) is unknown color: approx Chinook. HEX triplet: A0, CA and AA. RGB value is (160,202,170). Sum of RGB (Red+Green+Blue) = 160+202+170=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAAA is #5F3555. Grayscale: #B9B9B9. Windows color (decimal): -6239574 or 11192992. OLE color: 11192992.

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

Color convert

RGB160202170-
CMYK0.2100.160.21
HSL134.29º28.38%70.98%-
HSV(B)134.29º20.79%79.22%-
XYZ42.8752.6245.93-
YUV185.79119.09109.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=30.08%
G=37.97%
B=31.95%

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
Decimal1602021700.2100.160.21134.2928.3870.98
HexA0CAAA1501015861c47
Octal240312252250202520634107
Binary101000001100101010101010101010100001010110000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAAA; }

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

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

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

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

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

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

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

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