#A2C3A3

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

Shades of Zanah #A2C3A3

Tints of Zanah #A2C3A3

Color information

#A2C3A3 (or 0xA2C3A3) is unknown color: approx Zanah. HEX triplet: A2, C3 and A3. RGB value is (162,195,163). Sum of RGB (Red+Green+Blue) = 162+195+163=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C3A3 is #5D3C5C. Grayscale: #B5B5B5. Windows color (decimal): -6110301 or 10732450. OLE color: 10732450.

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

Color convert

RGB162195163-
CMYK0.1700.160.24
HSL121.82º21.57%70%-
HSV(B)121.82º16.92%76.47%-
XYZ41.0349.3642.01-
YUV181.48117.57114.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=31.15%
G=37.5%
B=31.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951630.1700.160.24121.8221.5770
HexA2C3A311010187a1646
Octal242303243210203017226106
Binary10100010110000111010001110001010000110001111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C3A3; }

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

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

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

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

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

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

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

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