#A0C3A2

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

Shades of Chinook #A0C3A2

Tints of Chinook #A0C3A2

Color information

#A0C3A2 (or 0xA0C3A2) is unknown color: approx Chinook. HEX triplet: A0, C3 and A2. RGB value is (160,195,162). Sum of RGB (Red+Green+Blue) = 160+195+162=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C3A2 is #5F3C5D. Grayscale: #B4B4B4. Windows color (decimal): -6241374 or 10666912. OLE color: 10666912.

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

Color convert

RGB160195162-
CMYK0.1800.170.24
HSL123.43º22.58%69.61%-
HSV(B)123.43º17.95%76.47%-
XYZ40.5349.1141.53-
YUV180.77117.4113.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=30.95%
G=37.72%
B=31.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951620.1800.170.24123.4322.5869.61
HexA0C3A212011187b1746
Octal240303242220213017327106
Binary10100000110000111010001010010010001110001111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C3A2; }

 p { color: rgb(160,195,162); }

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

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

 a { background-color: rgb(160,195,162); }

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

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

 span { border-color: rgb(160,195,162); }

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