#A0A47F

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

Shades of Locust #A0A47F

Tints of Locust #A0A47F

Color information

#A0A47F (or 0xA0A47F) is unknown color: approx Locust. HEX triplet: A0, A4 and 7F. RGB value is (160,164,127). Sum of RGB (Red+Green+Blue) = 160+164+127=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A47F is #5F5B80. Grayscale: #9E9E9E. Windows color (decimal): -6249345 or 8365216. OLE color: 8365216.

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

Color convert

RGB160164127-
CMYK0.0200.230.36
HSL66.49º16.89%57.06%-
HSV(B)66.49º22.56%64.31%-
XYZ31.635.5625.28-
YUV158.59110.17129.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 127 (50% from 255) = 28.16%
R=35.48%
G=36.36%
B=28.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641270.0200.230.3666.4916.8957.06
HexA0A47F201724421139
Octal2402441772027441022171
Binary1010000010100100111111110010111100100100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A47F; }

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

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

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

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

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

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

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

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