#A1CDA0

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

Shades of Chinook #A1CDA0

Tints of Chinook #A1CDA0

Color information

#A1CDA0 (or 0xA1CDA0) is unknown color: approx Chinook. HEX triplet: A1, CD and A0. RGB value is (161,205,160). Sum of RGB (Red+Green+Blue) = 161+205+160=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDA0 is #5E325F. Grayscale: #BABABA. Windows color (decimal): -6173280 or 10538401. OLE color: 10538401.

HSL color Cylindrical-coordinate representation of color #A1CDA0: hue angle of 118.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CDA0 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB161205160-
CMYK0.2100.220.20
HSL118.67º31.03%71.57%-
HSV(B)118.67º21.95%80.39%-
XYZ42.8753.7841.38-
YUV186.71112.92109.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=30.61%
G=38.97%
B=30.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051600.2100.220.20118.6731.0371.57
HexA1CDA01501614771f48
Octal241315240250262416737110
Binary10100001110011011010000010101010110101001110111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDA0; }

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

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

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

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

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

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

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

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