#A4A05A

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

Shades of Green Smoke #A4A05A

Tints of Green Smoke #A4A05A

Color information

#A4A05A (or 0xA4A05A) is unknown color: approx Green Smoke. HEX triplet: A4, A0 and 5A. RGB value is (164,160,90). Sum of RGB (Red+Green+Blue) = 164+160+90=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A05A is #5B5FA5. Grayscale: #999999. Windows color (decimal): -5988262 or 5939364. OLE color: 5939364.

HSL color Cylindrical-coordinate representation of color #A4A05A: hue angle of 56.76º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4A05A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16416090-
CMYK00.020.450.36
HSL56.76º29.13%49.8%-
HSV(B)56.76º45.12%64.31%-
XYZ29.7333.7714.62-
YUV153.2292.33135.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=39.61%
G=38.65%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641609000.020.450.3656.7629.1349.8
HexA4A05A022D24391d32
Octal244240132025544713562
Binary1010010010100000101101001010110110010011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A05A; }

 p { color: rgb(164,160,90); }

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

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

 a { background-color: rgb(164,160,90); }

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

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

 span { border-color: rgb(164,160,90); }

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