#A5AB79

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

Shades of Locust #A5AB79

Tints of Locust #A5AB79

Color information

#A5AB79 (or 0xA5AB79) is unknown color: approx Locust. HEX triplet: A5, AB and 79. RGB value is (165,171,121). Sum of RGB (Red+Green+Blue) = 165+171+121=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB79 is #5A5486. Grayscale: #A3A3A3. Windows color (decimal): -5919879 or 7973797. OLE color: 7973797.

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

Color convert

RGB165171121-
CMYK0.0400.290.33
HSL67.2º22.94%57.25%-
HSV(B)67.2º29.24%67.06%-
XYZ33.5338.5123.75-
YUV163.51104.01129.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=36.11%
G=37.42%
B=26.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711210.0400.290.3367.222.9457.25
HexA5AB79401D21431739
Octal2452531714035411032771
Binary10100101101010111111001100011101100001100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB79; }

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

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

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

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

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

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

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

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