#A7AD77

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

Shades of Locust #A7AD77

Tints of Locust #A7AD77

Color information

#A7AD77 (or 0xA7AD77) is unknown color: approx Locust. HEX triplet: A7, AD and 77. RGB value is (167,173,119). Sum of RGB (Red+Green+Blue) = 167+173+119=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AD77 is #585288. Grayscale: #A5A5A5. Windows color (decimal): -5788297 or 7843239. OLE color: 7843239.

HSL color Cylindrical-coordinate representation of color #A7AD77: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7AD77 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB167173119-
CMYK0.0300.310.32
HSL66.67º24.77%57.25%-
HSV(B)66.67º31.21%67.84%-
XYZ34.2139.4323.26-
YUV165.05102.01129.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=36.38%
G=37.69%
B=25.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731190.0300.310.3266.6724.7757.25
HexA7AD77301F20431939
Octal2472551673037401033171
Binary1010011110101101111011111011111100000100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AD77; }

 p { color: rgb(167,173,119); }

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

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

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

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

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

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

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