#A4AC8E

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

Shades of Green Spring #A4AC8E

Tints of Green Spring #A4AC8E

Color information

#A4AC8E (or 0xA4AC8E) is unknown color: approx Green Spring. HEX triplet: A4, AC and 8E. RGB value is (164,172,142). Sum of RGB (Red+Green+Blue) = 164+172+142=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC8E is #5B5371. Grayscale: #A6A6A6. Windows color (decimal): -5985138 or 9350308. OLE color: 9350308.

HSL color Cylindrical-coordinate representation of color #A4AC8E: hue angle of 76º 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 #A4AC8E is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB164172142-
CMYK0.0500.170.33
HSL76º15.31%61.57%-
HSV(B)76º17.44%67.45%-
XYZ34.9439.3531.34-
YUV166.19114.35126.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=34.31%
G=35.98%
B=29.71%

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
Decimal1641721420.0500.170.337615.3161.57
HexA4AC8E5011214cf3e
Octal2442542165021411141776
Binary10100100101011001000111010101000110000110011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC8E; }

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

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

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

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

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

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

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

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