#A0A782

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

Shades of Locust #A0A782

Tints of Locust #A0A782

Color information

#A0A782 (or 0xA0A782) is unknown color: approx Locust. HEX triplet: A0, A7 and 82. RGB value is (160,167,130). Sum of RGB (Red+Green+Blue) = 160+167+130=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A782 is #5F587D. Grayscale: #A0A0A0. Windows color (decimal): -6248574 or 8562592. OLE color: 8562592.

HSL color Cylindrical-coordinate representation of color #A0A782: hue angle of 71.35º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A782 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB160167130-
CMYK0.0400.220.35
HSL71.35º17.37%58.24%-
HSV(B)71.35º22.16%65.49%-
XYZ32.3536.7226.5-
YUV160.69110.68127.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=35.01%
G=36.54%
B=28.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671300.0400.220.3571.3517.3758.24
HexA0A78240162347113a
Octal2402472024026431072172
Binary101000001010011110000010100010110100011100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A782; }

 p { color: rgb(160,167,130); }

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

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

 a { background-color: rgb(160,167,130); }

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

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

 span { border-color: rgb(160,167,130); }

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