#A5AB61

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

Shades of Green Smoke #A5AB61

Tints of Green Smoke #A5AB61

Color information

#A5AB61 (or 0xA5AB61) is unknown color: approx Green Smoke. HEX triplet: A5, AB and 61. RGB value is (165,171,97). Sum of RGB (Red+Green+Blue) = 165+171+97=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB61 is #5A549E. Grayscale: #A1A1A1. Windows color (decimal): -5919903 or 6400933. OLE color: 6400933.

HSL color Cylindrical-coordinate representation of color #A5AB61: hue angle of 64.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5AB61 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB16517197-
CMYK0.0400.430.33
HSL64.86º30.58%52.55%-
HSV(B)64.86º43.27%67.06%-
XYZ32.2437.9916.94-
YUV160.7792.01131.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=38.11%
G=39.49%
B=22.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171970.0400.430.3364.8630.5852.55
HexA5AB61402B21411f35
Octal2452531414053411013765
Binary101001011010101111000011000101011100001100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB61; }

 p { color: rgb(165,171,97); }

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

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

 a { background-color: rgb(165,171,97); }

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

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

 span { border-color: rgb(165,171,97); }

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