#A0A478

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

Shades of Locust #A0A478

Tints of Locust #A0A478

Color information

#A0A478 (or 0xA0A478) is unknown color: approx Locust. HEX triplet: A0, A4 and 78. RGB value is (160,164,120). Sum of RGB (Red+Green+Blue) = 160+164+120=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A478 is #5F5B87. Grayscale: #9D9D9D. Windows color (decimal): -6249352 or 7906464. OLE color: 7906464.

HSL color Cylindrical-coordinate representation of color #A0A478: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A478 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB160164120-
CMYK0.0200.270.36
HSL65.45º19.47%55.69%-
HSV(B)65.45º26.83%64.31%-
XYZ31.1635.3822.96-
YUV157.79106.67129.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=36.04%
G=36.94%
B=27.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641200.0200.270.3665.4519.4755.69
HexA0A478201B24411338
Octal2402441702033441012370
Binary1010000010100100111100010011011100100100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A478; }

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

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

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

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

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

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

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

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