#A3AA5B

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

Shades of Green Smoke #A3AA5B

Tints of Green Smoke #A3AA5B

Color information

#A3AA5B (or 0xA3AA5B) is unknown color: approx Green Smoke. HEX triplet: A3, AA and 5B. RGB value is (163,170,91). Sum of RGB (Red+Green+Blue) = 163+170+91=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA5B is #5C55A4. Grayscale: #9F9F9F. Windows color (decimal): -6051237 or 6007459. OLE color: 6007459.

HSL color Cylindrical-coordinate representation of color #A3AA5B: hue angle of 65.32º degrees, saturation: 0.32, 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 #A3AA5B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB16317091-
CMYK0.0400.460.33
HSL65.32º31.73%51.18%-
HSV(B)65.32º46.47%66.67%-
XYZ31.3737.2915.44-
YUV158.989.68130.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=38.44%
G=40.09%
B=21.46%

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
Decimal163170910.0400.460.3365.3231.7351.18
HexA3AA5B402E21412033
Octal2432521334056411014063
Binary1010001110101010101101110001011101000011000001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA5B; }

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

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

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

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

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

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

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

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