#A4AC8F

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

Shades of Green Spring #A4AC8F

Tints of Green Spring #A4AC8F

Color information

#A4AC8F (or 0xA4AC8F) is unknown color: approx Green Spring. HEX triplet: A4, AC and 8F. RGB value is (164,172,143). Sum of RGB (Red+Green+Blue) = 164+172+143=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC8F is #5B5370. Grayscale: #A6A6A6. Windows color (decimal): -5985137 or 9415844. OLE color: 9415844.

HSL color Cylindrical-coordinate representation of color #A4AC8F: hue angle of 76.55º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4AC8F is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB164172143-
CMYK0.0500.170.33
HSL76.55º14.87%61.76%-
HSV(B)76.55º16.86%67.45%-
XYZ35.0239.3831.74-
YUV166.3114.85126.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=34.24%
G=35.91%
B=29.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721430.0500.170.3376.5514.8761.76
HexA4AC8F5011214df3e
Octal2442542175021411151776
Binary10100100101011001000111110101000110000110011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC8F; }

 p { color: rgb(164,172,143); }

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

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

 a { background-color: rgb(164,172,143); }

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

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

 span { border-color: rgb(164,172,143); }

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