#A5A164

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

Shades of Green Smoke #A5A164

Tints of Green Smoke #A5A164

Color information

#A5A164 (or 0xA5A164) is unknown color: approx Green Smoke. HEX triplet: A5, A1 and 64. RGB value is (165,161,100). Sum of RGB (Red+Green+Blue) = 165+161+100=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A164 is #5A5E9B. Grayscale: #9B9B9B. Windows color (decimal): -5922460 or 6594981. OLE color: 6594981.

HSL color Cylindrical-coordinate representation of color #A5A164: hue angle of 56.31º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5A164 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB165161100-
CMYK00.020.390.35
HSL56.31º26.53%51.96%-
HSV(B)56.31º39.39%64.71%-
XYZ30.5634.4117.09-
YUV155.2496.83134.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=38.73%
G=37.79%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516110000.020.390.3556.3126.5351.96
HexA5A164022723381b34
Octal245241144024743703364
Binary1010010110100001110010001010011110001111100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A164; }

 p { color: rgb(165,161,100); }

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

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

 a { background-color: rgb(165,161,100); }

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

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

 span { border-color: rgb(165,161,100); }

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