#A4AB5C

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

Shades of Green Smoke #A4AB5C

Tints of Green Smoke #A4AB5C

Color information

#A4AB5C (or 0xA4AB5C) is unknown color: approx Green Smoke. HEX triplet: A4, AB and 5C. RGB value is (164,171,92). Sum of RGB (Red+Green+Blue) = 164+171+92=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB5C is #5B54A3. Grayscale: #A0A0A0. Windows color (decimal): -5985444 or 6073252. OLE color: 6073252.

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

Color convert

RGB16417192-
CMYK0.0400.460.33
HSL65.32º31.98%51.57%-
HSV(B)65.32º46.2%67.06%-
XYZ31.837.7915.74-
YUV159.989.68130.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=38.41%
G=40.05%
B=21.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171920.0400.460.3365.3231.9851.57
HexA4AB5C402E21412034
Octal2442531344056411014064
Binary1010010010101011101110010001011101000011000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB5C; }

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

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

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

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

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

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

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

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