#A5A46C

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

Shades of Green Smoke #A5A46C

Tints of Green Smoke #A5A46C

Color information

#A5A46C (or 0xA5A46C) is unknown color: approx Green Smoke. HEX triplet: A5, A4 and 6C. RGB value is (165,164,108). Sum of RGB (Red+Green+Blue) = 165+164+108=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A46C is #5A5B93. Grayscale: #9E9E9E. Windows color (decimal): -5921684 or 7120037. OLE color: 7120037.

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

Color convert

RGB165164108-
CMYK00.010.350.35
HSL58.95º24.05%53.53%-
HSV(B)58.95º34.55%64.71%-
XYZ31.535.6319.41-
YUV157.9299.83133.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=37.76%
G=37.53%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516410800.010.350.3558.9524.0553.53
HexA5A46C0123233b1836
Octal245244154014343733066
Binary101001011010010011011000110001110001111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A46C; }

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

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

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

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

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

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

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

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