#A7AC7A

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

Shades of Locust #A7AC7A

Tints of Locust #A7AC7A

Color information

#A7AC7A (or 0xA7AC7A) is unknown color: approx Locust. HEX triplet: A7, AC and 7A. RGB value is (167,172,122). Sum of RGB (Red+Green+Blue) = 167+172+122=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC7A is #585385. Grayscale: #A4A4A4. Windows color (decimal): -5788550 or 8039591. OLE color: 8039591.

HSL color Cylindrical-coordinate representation of color #A7AC7A: hue angle of 66º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AC7A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB167172122-
CMYK0.0300.290.33
HSL66º23.15%57.65%-
HSV(B)66º29.07%67.45%-
XYZ34.239.1324.16-
YUV164.8103.84129.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=36.23%
G=37.31%
B=26.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721220.0300.290.336623.1557.65
HexA7AC7A301D2142173a
Octal2472541723035411022772
Binary1010011110101100111101011011101100001100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC7A; }

 p { color: rgb(167,172,122); }

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

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

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

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

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

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

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