#A4AA7E

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

Shades of Locust #A4AA7E

Tints of Locust #A4AA7E

Color information

#A4AA7E (or 0xA4AA7E) is unknown color: approx Locust. HEX triplet: A4, AA and 7E. RGB value is (164,170,126). Sum of RGB (Red+Green+Blue) = 164+170+126=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA7E is #5B5581. Grayscale: #A3A3A3. Windows color (decimal): -5985666 or 8301220. OLE color: 8301220.

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

Color convert

RGB164170126-
CMYK0.0400.260.33
HSL68.18º20.56%58.04%-
HSV(B)68.18º25.88%66.67%-
XYZ33.4538.1525.34-
YUV163.19107.01128.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=35.65%
G=36.96%
B=27.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701260.0400.260.3368.1820.5658.04
HexA4AA7E401A2144153a
Octal2442521764032411042572
Binary10100100101010101111110100011010100001100010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA7E; }

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

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

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

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

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

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

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

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