#A5AB5A

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

Shades of Green Smoke #A5AB5A

Tints of Green Smoke #A5AB5A

Color information

#A5AB5A (or 0xA5AB5A) is unknown color: approx Green Smoke. HEX triplet: A5, AB and 5A. RGB value is (165,171,90). Sum of RGB (Red+Green+Blue) = 165+171+90=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB5A is #5A54A5. Grayscale: #A0A0A0. Windows color (decimal): -5919910 or 5942181. OLE color: 5942181.

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

Color convert

RGB16517190-
CMYK0.0400.470.33
HSL64.44º32.53%51.18%-
HSV(B)64.44º47.37%67.06%-
XYZ31.9337.8615.3-
YUV159.9788.51131.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=38.73%
G=40.14%
B=21.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171900.0400.470.3364.4432.5351.18
HexA5AB5A402F21402133
Octal2452531324057411004163
Binary1010010110101011101101010001011111000011000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB5A; }

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

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

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

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

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

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

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

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