#A5C6A6

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

Shades of Zanah #A5C6A6

Tints of Zanah #A5C6A6

Color information

#A5C6A6 (or 0xA5C6A6) is unknown color: approx Zanah. HEX triplet: A5, C6 and A6. RGB value is (165,198,166). Sum of RGB (Red+Green+Blue) = 165+198+166=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C6A6 is #5A3959. Grayscale: #B8B8B8. Windows color (decimal): -5912922 or 10929829. OLE color: 10929829.

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

Color convert

RGB165198166-
CMYK0.1700.160.22
HSL121.82º22.45%71.18%-
HSV(B)121.82º16.67%77.65%-
XYZ42.5951.1443.7-
YUV184.48117.57114.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=31.19%
G=37.43%
B=31.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981660.1700.160.22121.8222.4571.18
HexA5C6A611010167a1647
Octal245306246210202617226107
Binary10100101110001101010011010001010000101101111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C6A6; }

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

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

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

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

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

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

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

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