#A5AB5D

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

Shades of Green Smoke #A5AB5D

Tints of Green Smoke #A5AB5D

Color information

#A5AB5D (or 0xA5AB5D) is unknown color: approx Green Smoke. HEX triplet: A5, AB and 5D. RGB value is (165,171,93). Sum of RGB (Red+Green+Blue) = 165+171+93=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB5D is #5A54A2. Grayscale: #A0A0A0. Windows color (decimal): -5919907 or 6138789. OLE color: 6138789.

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

Color convert

RGB16517193-
CMYK0.0400.460.33
HSL64.62º31.71%51.76%-
HSV(B)64.62º45.61%67.06%-
XYZ32.0637.9215.98-
YUV160.3190.01131.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=38.46%
G=39.86%
B=21.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171930.0400.460.3364.6231.7151.76
HexA5AB5D402E21412034
Octal2452531354056411014064
Binary1010010110101011101110110001011101000011000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB5D; }

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

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

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

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

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

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

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

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