#A4AA63

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

Shades of Green Smoke #A4AA63

Tints of Green Smoke #A4AA63

Color information

#A4AA63 (or 0xA4AA63) is unknown color: approx Green Smoke. HEX triplet: A4, AA and 63. RGB value is (164,170,99). Sum of RGB (Red+Green+Blue) = 164+170+99=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA63 is #5B559C. Grayscale: #A0A0A0. Windows color (decimal): -5985693 or 6531748. OLE color: 6531748.

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

Color convert

RGB16417099-
CMYK0.0400.420.33
HSL65.07º29.46%52.75%-
HSV(B)65.07º41.76%66.67%-
XYZ31.9437.5417.37-
YUV160.1193.51130.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=37.88%
G=39.26%
B=22.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170990.0400.420.3365.0729.4652.75
HexA4AA63402A21411d35
Octal2442521434052411013565
Binary101001001010101011000111000101010100001100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA63; }

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

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

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

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

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

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

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

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