#A5B171

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

Shades of Green Smoke #A5B171

Tints of Green Smoke #A5B171

Color information

#A5B171 (or 0xA5B171) is unknown color: approx Green Smoke. HEX triplet: A5, B1 and 71. RGB value is (165,177,113). Sum of RGB (Red+Green+Blue) = 165+177+113=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B171 is #5A4E8E. Grayscale: #A6A6A6. Windows color (decimal): -5918351 or 7451045. OLE color: 7451045.

HSL color Cylindrical-coordinate representation of color #A5B171: hue angle of 71.25º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5B171 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB165177113-
CMYK0.0700.360.31
HSL71.25º29.09%56.86%-
HSV(B)71.25º36.16%69.41%-
XYZ34.2240.6421.66-
YUV166.1298.02127.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=36.26%
G=38.90%
B=24.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651771130.0700.360.3171.2529.0956.86
HexA5B17170241F471d39
Octal2452611617044371073571
Binary10100101101100011110001111010010011111100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B171; }

 p { color: rgb(165,177,113); }

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

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

 a { background-color: rgb(165,177,113); }

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

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

 span { border-color: rgb(165,177,113); }

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