#A4A79C

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

Shades of Green Spring #A4A79C

Tints of Green Spring #A4A79C

Color information

#A4A79C (or 0xA4A79C) is unknown color: approx Green Spring. HEX triplet: A4, A7 and 9C. RGB value is (164,167,156). Sum of RGB (Red+Green+Blue) = 164+167+156=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A79C is #5B5863. Grayscale: #A4A4A4. Windows color (decimal): -5986404 or 10266532. OLE color: 10266532.

HSL color Cylindrical-coordinate representation of color #A4A79C: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4A79C is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB164167156-
CMYK0.0200.070.35
HSL76.36º5.88%63.33%-
HSV(B)76.36º6.59%65.49%-
XYZ35.1337.9336.92-
YUV164.85123.01127.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=33.68%
G=34.29%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671560.0200.070.3576.365.8863.33
HexA4A79C207234c63f
Octal24424723420743114677
Binary1010010010100111100111001001111000111001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A79C; }

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

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

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

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

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

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

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

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