#A4AB78

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

Shades of Locust #A4AB78

Tints of Locust #A4AB78

Color information

#A4AB78 (or 0xA4AB78) is unknown color: approx Locust. HEX triplet: A4, AB and 78. RGB value is (164,171,120). Sum of RGB (Red+Green+Blue) = 164+171+120=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB78 is #5B5487. Grayscale: #A3A3A3. Windows color (decimal): -5985416 or 7908260. OLE color: 7908260.

HSL color Cylindrical-coordinate representation of color #A4AB78: hue angle of 68.24º 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 #A4AB78 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB164171120-
CMYK0.0400.300.33
HSL68.24º23.29%57.06%-
HSV(B)68.24º29.82%67.06%-
XYZ33.2638.3723.42-
YUV163.09103.68128.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=36.04%
G=37.58%
B=26.37%

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
Decimal1641711200.0400.300.3368.2423.2957.06
HexA4AB78401E21441739
Octal2442531704036411042771
Binary10100100101010111111000100011110100001100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB78; }

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

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

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

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

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

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

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

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