#A7C1A7

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

Shades of Zanah #A7C1A7

Tints of Zanah #A7C1A7

Color information

#A7C1A7 (or 0xA7C1A7) is unknown color: approx Zanah. HEX triplet: A7, C1 and A7. RGB value is (167,193,167). Sum of RGB (Red+Green+Blue) = 167+193+167=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C1A7 is #583E58. Grayscale: #B6B6B6. Windows color (decimal): -5783129 or 10994087. OLE color: 10994087.

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

Color convert

RGB167193167-
CMYK0.1300.130.24
HSL120º17.33%70.59%-
HSV(B)120º13.47%75.69%-
XYZ41.9849.1543.83-
YUV182.26119.39117.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=31.69%
G=36.62%
B=31.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931670.1300.130.2412017.3370.59
HexA7C1A7D0D18781147
Octal247301247150153017021107
Binary101001111100000110100111110101101110001111000100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1A7; }

 p { color: rgb(167,193,167); }

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

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

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

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

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

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

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