#A5A857

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

Shades of Green Smoke #A5A857

Tints of Green Smoke #A5A857

Color information

#A5A857 (or 0xA5A857) is unknown color: approx Green Smoke. HEX triplet: A5, A8 and 57. RGB value is (165,168,87). Sum of RGB (Red+Green+Blue) = 165+168+87=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A857 is #5A57A8. Grayscale: #9E9E9E. Windows color (decimal): -5920681 or 5744805. OLE color: 5744805.

HSL color Cylindrical-coordinate representation of color #A5A857: hue angle of 62.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5A857 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16516887-
CMYK0.0200.480.34
HSL62.22º31.76%50%-
HSV(B)62.22º48.21%65.88%-
XYZ31.2436.6914.45-
YUV157.8788.01133.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 87 (34.38% from 255) = 20.71%
R=39.29%
G=40%
B=20.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168870.0200.480.3462.2231.7650
HexA5A8572030223e2032
Octal245250127206042764062
Binary10100101101010001010111100110000100010111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A857; }

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

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

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

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

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

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

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

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