#A0C3A3

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

Shades of Chinook #A0C3A3

Tints of Chinook #A0C3A3

Color information

#A0C3A3 (or 0xA0C3A3) is unknown color: approx Chinook. HEX triplet: A0, C3 and A3. RGB value is (160,195,163). Sum of RGB (Red+Green+Blue) = 160+195+163=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C3A3 is #5F3C5C. Grayscale: #B4B4B4. Windows color (decimal): -6241373 or 10732448. OLE color: 10732448.

HSL color Cylindrical-coordinate representation of color #A0C3A3: hue angle of 125.14º 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 #A0C3A3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB160195163-
CMYK0.1800.160.24
HSL125.14º22.58%69.61%-
HSV(B)125.14º17.95%76.47%-
XYZ40.6249.1542-
YUV180.89117.9113.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 163 (64.06% from 255) = 31.47%
R=30.89%
G=37.64%
B=31.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951630.1800.160.24125.1422.5869.61
HexA0C3A312010187d1746
Octal240303243220203017527106
Binary10100000110000111010001110010010000110001111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C3A3; }

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

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

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

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

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

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

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

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