#A4AA5B

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

Shades of Green Smoke #A4AA5B

Tints of Green Smoke #A4AA5B

Color information

#A4AA5B (or 0xA4AA5B) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 5B. RGB value is (164,170,91). Sum of RGB (Red+Green+Blue) = 164+170+91=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA5B is #5B55A4. Grayscale: #9F9F9F. Windows color (decimal): -5985701 or 6007460. OLE color: 6007460.

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

Color convert

RGB16417091-
CMYK0.0400.460.33
HSL64.56º31.73%51.18%-
HSV(B)64.56º46.47%66.67%-
XYZ31.5737.415.45-
YUV159.289.51131.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=38.59%
G=40%
B=21.41%

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
Decimal164170910.0400.460.3364.5631.7351.18
HexA4AA5B402E21412033
Octal2442521334056411014063
Binary1010010010101010101101110001011101000011000001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA5B; }

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

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

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

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

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

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

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

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