#A4A37E

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

Shades of Locust #A4A37E

Tints of Locust #A4A37E

Color information

#A4A37E (or 0xA4A37E) is unknown color: approx Locust. HEX triplet: A4, A3 and 7E. RGB value is (164,163,126). Sum of RGB (Red+Green+Blue) = 164+163+126=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A37E is #5B5C81. Grayscale: #9F9F9F. Windows color (decimal): -5987458 or 8299428. OLE color: 8299428.

HSL color Cylindrical-coordinate representation of color #A4A37E: hue angle of 58.42º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A37E is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164163126-
CMYK00.010.230.36
HSL58.42º17.27%56.86%-
HSV(B)58.42º23.17%64.31%-
XYZ32.1735.5924.91-
YUV159.08109.33131.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=36.20%
G=35.98%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416312600.010.230.3658.4217.2756.86
HexA4A37E0117243a1139
Octal244243176012744722171
Binary10100100101000111111110011011110010011101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A37E; }

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

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

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

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

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

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

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

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