#A7AF77

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

Shades of Locust #A7AF77

Tints of Locust #A7AF77

Color information

#A7AF77 (or 0xA7AF77) is unknown color: approx Locust. HEX triplet: A7, AF and 77. RGB value is (167,175,119). Sum of RGB (Red+Green+Blue) = 167+175+119=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF77 is #585088. Grayscale: #A6A6A6. Windows color (decimal): -5787785 or 7843751. OLE color: 7843751.

HSL color Cylindrical-coordinate representation of color #A7AF77: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7AF77 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB167175119-
CMYK0.0500.320.31
HSL68.57º25.93%57.65%-
HSV(B)68.57º32%68.63%-
XYZ34.640.2123.39-
YUV166.22101.35128.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=36.23%
G=37.96%
B=25.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751190.0500.320.3168.5725.9357.65
HexA7AF7750201F451a3a
Octal2472571675040371053272
Binary10100111101011111110111101010000011111100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF77; }

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

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

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

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

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

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

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

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