#A4B9A5

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

Shades of Zanah #A4B9A5

Tints of Zanah #A4B9A5

Color information

#A4B9A5 (or 0xA4B9A5) is unknown color: approx Zanah. HEX triplet: A4, B9 and A5. RGB value is (164,185,165). Sum of RGB (Red+Green+Blue) = 164+185+165=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9A5 is #5B465A. Grayscale: #B0B0B0. Windows color (decimal): -5981787 or 10860964. OLE color: 10860964.

HSL color Cylindrical-coordinate representation of color #A4B9A5: hue angle of 122.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B9A5 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB164185165-
CMYK0.1100.110.27
HSL122.86º13.04%68.43%-
HSV(B)122.86º11.35%72.55%-
XYZ39.4545.3142.26-
YUV176.44121.54119.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=31.91%
G=35.99%
B=32.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851650.1100.110.27122.8613.0468.43
HexA4B9A5B0B1B7bd44
Octal244271245130133317315104
Binary10100100101110011010010110110101111011111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9A5; }

 p { color: rgb(164,185,165); }

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

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

 a { background-color: rgb(164,185,165); }

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

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

 span { border-color: rgb(164,185,165); }

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