#A1A37D

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

Shades of Locust #A1A37D

Tints of Locust #A1A37D

Color information

#A1A37D (or 0xA1A37D) is unknown color: approx Locust. HEX triplet: A1, A3 and 7D. RGB value is (161,163,125). Sum of RGB (Red+Green+Blue) = 161+163+125=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A37D is #5E5C82. Grayscale: #9E9E9E. Windows color (decimal): -6184067 or 8233889. OLE color: 8233889.

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

Color convert

RGB161163125-
CMYK0.0100.230.36
HSL63.16º17.12%56.47%-
HSV(B)63.16º23.31%63.92%-
XYZ31.535.2524.55-
YUV158.07109.34130.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=35.86%
G=36.30%
B=27.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611631250.0100.230.3663.1617.1256.47
HexA1A37D1017243f1138
Octal241243175102744772170
Binary10100001101000111111101101011110010011111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A37D; }

 p { color: rgb(161,163,125); }

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

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

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

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

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

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

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