#A0CDA5

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

Shades of Chinook #A0CDA5

Tints of Chinook #A0CDA5

Color information

#A0CDA5 (or 0xA0CDA5) is unknown color: approx Chinook. HEX triplet: A0, CD and A5. RGB value is (160,205,165). Sum of RGB (Red+Green+Blue) = 160+205+165=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDA5 is #5F325A. Grayscale: #BBBBBB. Windows color (decimal): -6238811 or 10866080. OLE color: 10866080.

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

Color convert

RGB160205165-
CMYK0.2200.200.20
HSL126.67º31.03%71.57%-
HSV(B)126.67º21.95%80.39%-
XYZ43.1253.8543.72-
YUV186.98115.59108.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=30.19%
G=38.68%
B=31.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051650.2200.200.20126.6731.0371.57
HexA0CDA516014147f1f48
Octal240315245260242417737110
Binary10100000110011011010010110110010100101001111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDA5; }

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

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

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

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

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

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

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

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