#A9C7A5

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

Shades of Zanah #A9C7A5

Tints of Zanah #A9C7A5

Color information

#A9C7A5 (or 0xA9C7A5) is unknown color: approx Zanah. HEX triplet: A9, C7 and A5. RGB value is (169,199,165). Sum of RGB (Red+Green+Blue) = 169+199+165=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C7A5 is #56385A. Grayscale: #BABABA. Windows color (decimal): -5650523 or 10864553. OLE color: 10864553.

HSL color Cylindrical-coordinate representation of color #A9C7A5: hue angle of 112.94º degrees, saturation: 0.23, 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 #A9C7A5 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB169199165-
CMYK0.1500.170.22
HSL112.94º23.29%71.37%-
HSV(B)112.94º17.09%78.04%-
XYZ43.585243.34-
YUV186.15116.06115.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=31.71%
G=37.34%
B=30.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691991650.1500.170.22112.9423.2971.37
HexA9C7A5F01116711747
Octal251307245170212616127107
Binary1010100111000111101001011111010001101101110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C7A5; }

 p { color: rgb(169,199,165); }

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

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

 a { background-color: rgb(169,199,165); }

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

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

 span { border-color: rgb(169,199,165); }

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