#A4A880

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

Shades of Locust #A4A880

Tints of Locust #A4A880

Color information

#A4A880 (or 0xA4A880) is unknown color: approx Locust. HEX triplet: A4, A8 and 80. RGB value is (164,168,128). Sum of RGB (Red+Green+Blue) = 164+168+128=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A880 is #5B577F. Grayscale: #A2A2A2. Windows color (decimal): -5986176 or 8431780. OLE color: 8431780.

HSL color Cylindrical-coordinate representation of color #A4A880: hue angle of 66º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4A880 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB164168128-
CMYK0.0200.240.34
HSL66º18.69%58.04%-
HSV(B)66º23.81%65.88%-
XYZ33.2137.4625.9-
YUV162.24108.67129.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=35.65%
G=36.52%
B=27.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641681280.0200.240.346618.6958.04
HexA4A88020182242133a
Octal2442502002030421022372
Binary10100100101010001000000010011000100010100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A880; }

 p { color: rgb(164,168,128); }

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

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

 a { background-color: rgb(164,168,128); }

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

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

 span { border-color: rgb(164,168,128); }

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