#A3AA4C

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

Shades of Green Smoke #A3AA4C

Tints of Green Smoke #A3AA4C

Color information

#A3AA4C (or 0xA3AA4C) is unknown color: approx Green Smoke. HEX triplet: A3, AA and 4C. RGB value is (163,170,76). Sum of RGB (Red+Green+Blue) = 163+170+76=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA4C is #5C55B3. Grayscale: #9D9D9D. Windows color (decimal): -6051252 or 5024419. OLE color: 5024419.

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

Color convert

RGB16317076-
CMYK0.0400.550.33
HSL64.47º38.21%48.24%-
HSV(B)64.47º55.29%66.67%-
XYZ30.7837.0612.37-
YUV157.1982.18132.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=39.85%
G=41.56%
B=18.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163170760.0400.550.3364.4738.2148.24
HexA3AA4C403721402630
Octal2432521144067411004660
Binary1010001110101010100110010001101111000011000000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA4C; }

 p { color: rgb(163,170,76); }

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

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

 a { background-color: rgb(163,170,76); }

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

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

 span { border-color: rgb(163,170,76); }

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