#A4A55E

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

Shades of Green Smoke #A4A55E

Tints of Green Smoke #A4A55E

Color information

#A4A55E (or 0xA4A55E) is unknown color: approx Green Smoke. HEX triplet: A4, A5 and 5E. RGB value is (164,165,94). Sum of RGB (Red+Green+Blue) = 164+165+94=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A55E is #5B5AA1. Grayscale: #9C9C9C. Windows color (decimal): -5986978 or 6202788. OLE color: 6202788.

HSL color Cylindrical-coordinate representation of color #A4A55E: hue angle of 60.85º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4A55E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16416594-
CMYK0.0100.430.35
HSL60.85º28.29%50.78%-
HSV(B)60.85º43.03%64.71%-
XYZ30.7935.6115.84-
YUV156.6192.67133.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=38.77%
G=39.01%
B=22.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165940.0100.430.3560.8528.2950.78
HexA4A55E102B233d1c33
Octal244245136105343753463
Binary101001001010010110111101010101110001111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A55E; }

 p { color: rgb(164,165,94); }

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

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

 a { background-color: rgb(164,165,94); }

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

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

 span { border-color: rgb(164,165,94); }

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