#A9C8A5

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

Shades of Zanah #A9C8A5

Tints of Zanah #A9C8A5

Color information

#A9C8A5 (or 0xA9C8A5) is unknown color: approx Zanah. HEX triplet: A9, C8 and A5. RGB value is (169,200,165). Sum of RGB (Red+Green+Blue) = 169+200+165=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C8A5 is #56375A. Grayscale: #BABABA. Windows color (decimal): -5650267 or 10864809. OLE color: 10864809.

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

Color convert

RGB169200165-
CMYK0.1600.180.22
HSL113.14º24.14%71.57%-
HSV(B)113.14º17.5%78.43%-
XYZ43.8152.4643.41-
YUV186.74115.73115.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=31.65%
G=37.45%
B=30.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001650.1600.180.22113.1424.1471.57
HexA9C8A51001216711848
Octal251310245200222616130110
Binary10101001110010001010010110000010010101101110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C8A5; }

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

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

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

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

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

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

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

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