#A3A37C

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

Shades of Locust #A3A37C

Tints of Locust #A3A37C

Color information

#A3A37C (or 0xA3A37C) is unknown color: approx Locust. HEX triplet: A3, A3 and 7C. RGB value is (163,163,124). Sum of RGB (Red+Green+Blue) = 163+163+124=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A37C is #5C5C83. Grayscale: #9E9E9E. Windows color (decimal): -6052996 or 8168355. OLE color: 8168355.

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

Color convert

RGB163163124-
CMYK000.240.36
HSL60º17.49%56.27%-
HSV(B)60º23.93%63.92%-
XYZ31.8435.4424.23-
YUV158.55108.5131.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=36.22%
G=36.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163124000.240.366017.4956.27
HexA3A37C0018243c1138
Octal243243174003044742170
Binary10100011101000111111100001100010010011110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A37C; }

 p { color: rgb(163,163,124); }

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

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

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

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

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

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

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