#A5AB6C

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

Shades of Green Smoke #A5AB6C

Tints of Green Smoke #A5AB6C

Color information

#A5AB6C (or 0xA5AB6C) is unknown color: approx Green Smoke. HEX triplet: A5, AB and 6C. RGB value is (165,171,108). Sum of RGB (Red+Green+Blue) = 165+171+108=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB6C is #5A5493. Grayscale: #A2A2A2. Windows color (decimal): -5919892 or 7121829. OLE color: 7121829.

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

Color convert

RGB165171108-
CMYK0.0400.370.33
HSL65.71º27.27%54.71%-
HSV(B)65.71º36.84%67.06%-
XYZ32.7938.2119.83-
YUV162.0297.51130.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=37.16%
G=38.51%
B=24.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711080.0400.370.3365.7127.2754.71
HexA5AB6C402521421b37
Octal2452531544045411023367
Binary101001011010101111011001000100101100001100001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB6C; }

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

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

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

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

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

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

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

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