#A4AA6B

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

Shades of Green Smoke #A4AA6B

Tints of Green Smoke #A4AA6B

Color information

#A4AA6B (or 0xA4AA6B) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 6B. RGB value is (164,170,107). Sum of RGB (Red+Green+Blue) = 164+170+107=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA6B is #5B5594. Grayscale: #A1A1A1. Windows color (decimal): -5985685 or 7056036. OLE color: 7056036.

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

Color convert

RGB164170107-
CMYK0.0400.370.33
HSL65.71º27.04%54.31%-
HSV(B)65.71º37.06%66.67%-
XYZ32.3437.719.48-
YUV161.0297.51130.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=37.19%
G=38.55%
B=24.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701070.0400.370.3365.7127.0454.31
HexA4AA6B402521421b36
Octal2442521534045411023366
Binary101001001010101011010111000100101100001100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA6B; }

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

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

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

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

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

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

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

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