#A3AA5C

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

Shades of Green Smoke #A3AA5C

Tints of Green Smoke #A3AA5C

Color information

#A3AA5C (or 0xA3AA5C) is unknown color: approx Green Smoke. HEX triplet: A3, AA and 5C. RGB value is (163,170,92). Sum of RGB (Red+Green+Blue) = 163+170+92=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA5C is #5C55A3. Grayscale: #9F9F9F. Windows color (decimal): -6051236 or 6072995. OLE color: 6072995.

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

Color convert

RGB16317092-
CMYK0.0400.460.33
HSL65.38º31.45%51.37%-
HSV(B)65.38º45.88%66.67%-
XYZ31.4137.3115.67-
YUV159.0190.18130.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=38.35%
G=40%
B=21.65%

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
Decimal163170920.0400.460.3365.3831.4551.37
HexA3AA5C402E21411f33
Octal2432521344056411013763
Binary101000111010101010111001000101110100001100000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA5C; }

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

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

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

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

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

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

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

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