#A5C3A6

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

Shades of Zanah #A5C3A6

Tints of Zanah #A5C3A6

Color information

#A5C3A6 (or 0xA5C3A6) is unknown color: approx Zanah. HEX triplet: A5, C3 and A6. RGB value is (165,195,166). Sum of RGB (Red+Green+Blue) = 165+195+166=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C3A6 is #5A3C59. Grayscale: #B6B6B6. Windows color (decimal): -5913690 or 10929061. OLE color: 10929061.

HSL color Cylindrical-coordinate representation of color #A5C3A6: hue angle of 122º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3A6 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB165195166-
CMYK0.1500.150.24
HSL122º20%70.59%-
HSV(B)122º15.38%76.47%-
XYZ41.9249.7843.48-
YUV182.72118.56115.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 195 (76.56% from 255) = 37.07%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=31.37%
G=37.07%
B=31.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951660.1500.150.241222070.59
HexA5C3A6F0F187a1447
Octal245303246170173017224107
Binary101001011100001110100110111101111110001111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3A6; }

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

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

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

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

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

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

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

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