#A0C7A9

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

Shades of Chinook #A0C7A9

Tints of Chinook #A0C7A9

Color information

#A0C7A9 (or 0xA0C7A9) is unknown color: approx Chinook. HEX triplet: A0, C7 and A9. RGB value is (160,199,169). Sum of RGB (Red+Green+Blue) = 160+199+169=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C7A9 is #5F3856. Grayscale: #B8B8B8. Windows color (decimal): -6240343 or 11126688. OLE color: 11126688.

HSL color Cylindrical-coordinate representation of color #A0C7A9: hue angle of 133.85º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C7A9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB160199169-
CMYK0.2000.150.22
HSL133.85º25.83%70.39%-
HSV(B)133.85º19.6%78.04%-
XYZ42.0851.1945.2-
YUV183.92119.58110.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=30.30%
G=37.69%
B=32.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601991690.2000.150.22133.8525.8370.39
HexA0C7A9140F16861a46
Octal240307251240172620632106
Binary10100000110001111010100110100011111011010000110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C7A9; }

 p { color: rgb(160,199,169); }

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

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

 a { background-color: rgb(160,199,169); }

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

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

 span { border-color: rgb(160,199,169); }

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