#A7C9A4

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

Shades of Zanah #A7C9A4

Tints of Zanah #A7C9A4

Color information

#A7C9A4 (or 0xA7C9A4) is unknown color: approx Zanah. HEX triplet: A7, C9 and A4. RGB value is (167,201,164). Sum of RGB (Red+Green+Blue) = 167+201+164=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C9A4 is #58365B. Grayscale: #BABABA. Windows color (decimal): -5781084 or 10799527. OLE color: 10799527.

HSL color Cylindrical-coordinate representation of color #A7C9A4: hue angle of 115.14º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7C9A4 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB167201164-
CMYK0.1700.180.21
HSL115.14º25.52%71.57%-
HSV(B)115.14º18.41%78.82%-
XYZ43.5252.6742.99-
YUV186.62115.24114.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 201 (78.91% from 255) = 37.78%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=31.39%
G=37.78%
B=30.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672011640.1700.180.21115.1425.5271.57
HexA7C9A41101215731a48
Octal247311244210222516332110
Binary10100111110010011010010010001010010101011110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C9A4; }

 p { color: rgb(167,201,164); }

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

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

 a { background-color: rgb(167,201,164); }

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

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

 span { border-color: rgb(167,201,164); }

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