#A5C9A6

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

Shades of Zanah #A5C9A6

Tints of Zanah #A5C9A6

Color information

#A5C9A6 (or 0xA5C9A6) is unknown color: approx Zanah. HEX triplet: A5, C9 and A6. RGB value is (165,201,166). Sum of RGB (Red+Green+Blue) = 165+201+166=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C9A6 is #5A3659. Grayscale: #BABABA. Windows color (decimal): -5912154 or 10930597. OLE color: 10930597.

HSL color Cylindrical-coordinate representation of color #A5C9A6: hue angle of 121.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C9A6 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB165201166-
CMYK0.1800.170.21
HSL121.67º25%71.76%-
HSV(B)121.67º17.91%78.82%-
XYZ43.2952.5343.93-
YUV186.25116.57112.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=31.02%
G=37.78%
B=31.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011660.1800.170.21121.672571.76
HexA5C9A612011157a1948
Octal245311246220212517231110
Binary10100101110010011010011010010010001101011111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9A6; }

 p { color: rgb(165,201,166); }

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

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

 a { background-color: rgb(165,201,166); }

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

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

 span { border-color: rgb(165,201,166); }

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