#A0C4A7

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

Shades of Chinook #A0C4A7

Tints of Chinook #A0C4A7

Color information

#A0C4A7 (or 0xA0C4A7) is unknown color: approx Chinook. HEX triplet: A0, C4 and A7. RGB value is (160,196,167). Sum of RGB (Red+Green+Blue) = 160+196+167=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C4A7 is #5F3B58. Grayscale: #B6B6B6. Windows color (decimal): -6241113 or 10994848. OLE color: 10994848.

HSL color Cylindrical-coordinate representation of color #A0C4A7: hue angle of 131.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C4A7 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB160196167-
CMYK0.1800.150.23
HSL131.67º23.38%69.8%-
HSV(B)131.67º18.37%76.86%-
XYZ41.2149.7443.99-
YUV181.93119.57112.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=30.59%
G=37.48%
B=31.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961670.1800.150.23131.6723.3869.8
HexA0C4A7120F17841746
Octal240304247220172720427106
Binary10100000110001001010011110010011111011110000100101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C4A7; }

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

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

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

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

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

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

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

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