#A4A57E

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

Shades of Locust #A4A57E

Tints of Locust #A4A57E

Color information

#A4A57E (or 0xA4A57E) is unknown color: approx Locust. HEX triplet: A4, A5 and 7E. RGB value is (164,165,126). Sum of RGB (Red+Green+Blue) = 164+165+126=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A57E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A57E is #5B5A81. Grayscale: #A0A0A0. Windows color (decimal): -5986946 or 8299940. OLE color: 8299940.

HSL color Cylindrical-coordinate representation of color #A4A57E: hue angle of 61.54º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4A57E is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB164165126-
CMYK0.0100.240.35
HSL61.54º17.81%57.06%-
HSV(B)61.54º23.64%64.71%-
XYZ32.5336.3125.03-
YUV160.26108.67130.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=36.04%
G=36.26%
B=27.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641651260.0100.240.3561.5417.8157.06
HexA4A57E1018233e1239
Octal244245176103043762271
Binary10100100101001011111110101100010001111111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A57E; }

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

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

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

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

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

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

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

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