#A4AC5C

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

Shades of Green Smoke #A4AC5C

Tints of Green Smoke #A4AC5C

Color information

#A4AC5C (or 0xA4AC5C) is unknown color: approx Green Smoke. HEX triplet: A4, AC and 5C. RGB value is (164,172,92). Sum of RGB (Red+Green+Blue) = 164+172+92=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC5C is #5B53A3. Grayscale: #A0A0A0. Windows color (decimal): -5985188 or 6073508. OLE color: 6073508.

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

Color convert

RGB16417292-
CMYK0.0500.470.33
HSL66º32.52%51.76%-
HSV(B)66º46.51%67.45%-
XYZ31.9938.1715.81-
YUV160.4989.35130.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=38.32%
G=40.19%
B=21.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172920.0500.470.336632.5251.76
HexA4AC5C502F21422134
Octal2442541345057411024164
Binary1010010010101100101110010101011111000011000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC5C; }

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

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

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

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

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

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

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

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