#A5A157

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

Shades of Green Smoke #A5A157

Tints of Green Smoke #A5A157

Color information

#A5A157 (or 0xA5A157) is unknown color: approx Green Smoke. HEX triplet: A5, A1 and 57. RGB value is (165,161,87). Sum of RGB (Red+Green+Blue) = 165+161+87=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A157 is #5A5EA8. Grayscale: #9A9A9A. Windows color (decimal): -5922473 or 5743013. OLE color: 5743013.

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

Color convert

RGB16516187-
CMYK00.020.470.35
HSL56.92º30.95%49.41%-
HSV(B)56.92º47.27%64.71%-
XYZ29.9834.1814.03-
YUV153.7690.33136.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=39.95%
G=38.98%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651618700.020.470.3556.9230.9549.41
HexA5A157022F23391f31
Octal245241127025743713761
Binary1010010110100001101011101010111110001111100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A157; }

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

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

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

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

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

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

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

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