#A0CAA1

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

Shades of Chinook #A0CAA1

Tints of Chinook #A0CAA1

Color information

#A0CAA1 (or 0xA0CAA1) is unknown color: approx Chinook. HEX triplet: A0, CA and A1. RGB value is (160,202,161). Sum of RGB (Red+Green+Blue) = 160+202+161=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAA1 is #5F355E. Grayscale: #B8B8B8. Windows color (decimal): -6239583 or 10603168. OLE color: 10603168.

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

Color convert

RGB160202161-
CMYK0.2100.200.21
HSL121.43º28.38%70.98%-
HSV(B)121.43º20.79%79.22%-
XYZ42.0552.2941.59-
YUV184.77114.59110.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=30.59%
G=38.62%
B=30.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021610.2100.200.21121.4328.3870.98
HexA0CAA11501415791c47
Octal240312241250242517134107
Binary10100000110010101010000110101010100101011111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAA1; }

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

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

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

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

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

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

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

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