#A0A773

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

Shades of Locust #A0A773

Tints of Locust #A0A773

Color information

#A0A773 (or 0xA0A773) is unknown color: approx Locust. HEX triplet: A0, A7 and 73. RGB value is (160,167,115). Sum of RGB (Red+Green+Blue) = 160+167+115=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A773 is #5F588C. Grayscale: #9F9F9F. Windows color (decimal): -6248589 or 7579552. OLE color: 7579552.

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

Color convert

RGB160167115-
CMYK0.0400.310.35
HSL68.08º22.81%55.29%-
HSV(B)68.08º31.14%65.49%-
XYZ31.4136.3521.58-
YUV158.98103.18128.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=36.20%
G=37.78%
B=26.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671150.0400.310.3568.0822.8155.29
HexA0A773401F23441737
Octal2402471634037431042767
Binary10100000101001111110011100011111100011100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A773; }

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

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

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

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

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

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

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

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