#A0A678

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

Shades of Locust #A0A678

Tints of Locust #A0A678

Color information

#A0A678 (or 0xA0A678) is unknown color: approx Locust. HEX triplet: A0, A6 and 78. RGB value is (160,166,120). Sum of RGB (Red+Green+Blue) = 160+166+120=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A678 is #5F5987. Grayscale: #9F9F9F. Windows color (decimal): -6248840 or 7906976. OLE color: 7906976.

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

Color convert

RGB160166120-
CMYK0.0400.280.35
HSL67.83º20.54%56.08%-
HSV(B)67.83º27.71%65.1%-
XYZ31.5236.123.08-
YUV158.96106.01128.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 166 (65.23% from 255) = 37.22%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=35.87%
G=37.22%
B=26.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601661200.0400.280.3567.8320.5456.08
HexA0A678401C23441538
Octal2402461704034431042570
Binary10100000101001101111000100011100100011100010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A678; }

 p { color: rgb(160,166,120); }

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

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

 a { background-color: rgb(160,166,120); }

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

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

 span { border-color: rgb(160,166,120); }

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