#A5C0A6

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

Shades of Zanah #A5C0A6

Tints of Zanah #A5C0A6

Color information

#A5C0A6 (or 0xA5C0A6) is unknown color: approx Zanah. HEX triplet: A5, C0 and A6. RGB value is (165,192,166). Sum of RGB (Red+Green+Blue) = 165+192+166=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C0A6 is #5A3F59. Grayscale: #B5B5B5. Windows color (decimal): -5914458 or 10928293. OLE color: 10928293.

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

Color convert

RGB165192166-
CMYK0.1400.140.25
HSL122.22º17.65%70%-
HSV(B)122.22º14.06%75.29%-
XYZ41.2548.4543.25-
YUV180.96119.55116.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=31.55%
G=36.71%
B=31.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921660.1400.140.25122.2217.6570
HexA5C0A6E0E197a1246
Octal245300246160163117222106
Binary101001011100000010100110111001110110011111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C0A6; }

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

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

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

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

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

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

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

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