#A0C7AB

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

Shades of Chinook #A0C7AB

Tints of Chinook #A0C7AB

Color information

#A0C7AB (or 0xA0C7AB) is unknown color: approx Chinook. HEX triplet: A0, C7 and AB. RGB value is (160,199,171). Sum of RGB (Red+Green+Blue) = 160+199+171=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C7AB is #5F3854. Grayscale: #B8B8B8. Windows color (decimal): -6240341 or 11257760. OLE color: 11257760.

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

Color convert

RGB160199171-
CMYK0.2000.140.22
HSL136.92º25.83%70.39%-
HSV(B)136.92º19.6%78.04%-
XYZ42.2751.2646.19-
YUV184.15120.58110.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 199 (78.12% from 255) = 37.55%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=30.19%
G=37.55%
B=32.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601991710.2000.140.22136.9225.8370.39
HexA0C7AB140E16891a46
Octal240307253240162621132106
Binary10100000110001111010101110100011101011010001001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C7AB; }

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

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

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

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

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

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

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

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