#A4AA7C

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

Shades of Locust #A4AA7C

Tints of Locust #A4AA7C

Color information

#A4AA7C (or 0xA4AA7C) is unknown color: approx Locust. HEX triplet: A4, AA and 7C. RGB value is (164,170,124). Sum of RGB (Red+Green+Blue) = 164+170+124=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA7C is #5B5583. Grayscale: #A3A3A3. Windows color (decimal): -5985668 or 8170148. OLE color: 8170148.

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

Color convert

RGB164170124-
CMYK0.0400.270.33
HSL67.83º21.3%57.65%-
HSV(B)67.83º27.06%66.67%-
XYZ33.3238.124.67-
YUV162.96106.01128.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=35.81%
G=37.12%
B=27.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701240.0400.270.3367.8321.357.65
HexA4AA7C401B2144153a
Octal2442521744033411042572
Binary10100100101010101111100100011011100001100010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA7C; }

 p { color: rgb(164,170,124); }

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

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

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

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

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

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

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