#A7A77C

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

Shades of Locust #A7A77C

Tints of Locust #A7A77C

Color information

#A7A77C (or 0xA7A77C) is unknown color: approx Locust. HEX triplet: A7, A7 and 7C. RGB value is (167,167,124). Sum of RGB (Red+Green+Blue) = 167+167+124=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A77C is #585883. Grayscale: #A2A2A2. Windows color (decimal): -5789828 or 8169383. OLE color: 8169383.

HSL color Cylindrical-coordinate representation of color #A7A77C: hue angle of 60º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7A77C is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167167124-
CMYK000.260.35
HSL60º19.63%57.06%-
HSV(B)60º25.75%65.49%-
XYZ33.3937.3124.51-
YUV162.1106.5131.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=36.46%
G=36.46%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167167124000.260.356019.6357.06
HexA7A77C001A233c1439
Octal247247174003243742471
Binary10100111101001111111100001101010001111110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A77C; }

 p { color: rgb(167,167,124); }

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

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

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

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

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

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

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