#A5AB78

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

Shades of Locust #A5AB78

Tints of Locust #A5AB78

Color information

#A5AB78 (or 0xA5AB78) is unknown color: approx Locust. HEX triplet: A5, AB and 78. RGB value is (165,171,120). Sum of RGB (Red+Green+Blue) = 165+171+120=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB78 is #5A5487. Grayscale: #A3A3A3. Windows color (decimal): -5919880 or 7908261. OLE color: 7908261.

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

Color convert

RGB165171120-
CMYK0.0400.300.33
HSL67.06º23.29%57.06%-
HSV(B)67.06º29.82%67.06%-
XYZ33.4738.4823.43-
YUV163.39103.51129.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=36.18%
G=37.5%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711200.0400.300.3367.0623.2957.06
HexA5AB78401E21431739
Octal2452531704036411032771
Binary10100101101010111111000100011110100001100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB78; }

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

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

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

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

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

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

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

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