#A4A79B

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

Shades of Green Spring #A4A79B

Tints of Green Spring #A4A79B

Color information

#A4A79B (or 0xA4A79B) is unknown color: approx Green Spring. HEX triplet: A4, A7 and 9B. RGB value is (164,167,155). Sum of RGB (Red+Green+Blue) = 164+167+155=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A79B is #5B5864. Grayscale: #A4A4A4. Windows color (decimal): -5986405 or 10200996. OLE color: 10200996.

HSL color Cylindrical-coordinate representation of color #A4A79B: hue angle of 75º 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 #A4A79B is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB164167155-
CMYK0.0200.070.35
HSL75º6.38%63.14%-
HSV(B)75º7.19%65.49%-
XYZ35.0437.936.48-
YUV164.74122.51127.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=33.74%
G=34.36%
B=31.89%

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
Decimal1641671550.0200.070.35756.3863.14
HexA4A79B207234b63f
Octal24424723320743113677
Binary1010010010100111100110111001111000111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A79B; }

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

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

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

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

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

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

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

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