#A5A46A

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

Shades of Green Smoke #A5A46A

Tints of Green Smoke #A5A46A

Color information

#A5A46A (or 0xA5A46A) is unknown color: approx Green Smoke. HEX triplet: A5, A4 and 6A. RGB value is (165,164,106). Sum of RGB (Red+Green+Blue) = 165+164+106=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A46A is #5A5B95. Grayscale: #9D9D9D. Windows color (decimal): -5921686 or 6988965. OLE color: 6988965.

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

Color convert

RGB165164106-
CMYK00.010.360.35
HSL58.98º24.69%53.14%-
HSV(B)58.98º35.76%64.71%-
XYZ31.3935.5918.85-
YUV157.6998.83133.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=37.93%
G=37.70%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516410600.010.360.3558.9824.6953.14
HexA5A46A0124233b1935
Octal245244152014443733165
Binary101001011010010011010100110010010001111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A46A; }

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

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

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

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

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

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

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

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