#A0C9AD

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

Shades of Chinook #A0C9AD

Tints of Chinook #A0C9AD

Color information

#A0C9AD (or 0xA0C9AD) is unknown color: approx Chinook. HEX triplet: A0, C9 and AD. RGB value is (160,201,173). Sum of RGB (Red+Green+Blue) = 160+201+173=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C9AD is #5F3652. Grayscale: #B9B9B9. Windows color (decimal): -6239827 or 11389344. OLE color: 11389344.

HSL color Cylindrical-coordinate representation of color #A0C9AD: hue angle of 139.02º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C9AD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB160201173-
CMYK0.2000.140.21
HSL139.02º27.52%70.78%-
HSV(B)139.02º20.4%78.82%-
XYZ42.9352.2647.36-
YUV185.55120.92109.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=29.96%
G=37.64%
B=32.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602011730.2000.140.21139.0227.5270.78
HexA0C9AD140E158b1c47
Octal240311255240162521334107
Binary10100000110010011010110110100011101010110001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C9AD; }

 p { color: rgb(160,201,173); }

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

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

 a { background-color: rgb(160,201,173); }

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

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

 span { border-color: rgb(160,201,173); }

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