#A0C9A7

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

Shades of Chinook #A0C9A7

Tints of Chinook #A0C9A7

Color information

#A0C9A7 (or 0xA0C9A7) is unknown color: approx Chinook. HEX triplet: A0, C9 and A7. RGB value is (160,201,167). Sum of RGB (Red+Green+Blue) = 160+201+167=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C9A7 is #5F3658. Grayscale: #B8B8B8. Windows color (decimal): -6239833 or 10996128. OLE color: 10996128.

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

Color convert

RGB160201167-
CMYK0.2000.170.21
HSL130.24º27.52%70.78%-
HSV(B)130.24º20.4%78.82%-
XYZ42.3652.0444.37-
YUV184.86117.92110.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=30.30%
G=38.07%
B=31.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602011670.2000.170.21130.2427.5270.78
HexA0C9A71401115821c47
Octal240311247240212520234107
Binary101000001100100110100111101000100011010110000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C9A7; }

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

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

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

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

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

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

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

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