#A3A47F

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

Shades of Locust #A3A47F

Tints of Locust #A3A47F

Color information

#A3A47F (or 0xA3A47F) is unknown color: approx Locust. HEX triplet: A3, A4 and 7F. RGB value is (163,164,127). Sum of RGB (Red+Green+Blue) = 163+164+127=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A47F is #5C5B80. Grayscale: #9F9F9F. Windows color (decimal): -6052737 or 8365219. OLE color: 8365219.

HSL color Cylindrical-coordinate representation of color #A3A47F: hue angle of 61.62º 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 #A3A47F is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163164127-
CMYK0.0100.230.36
HSL61.62º16.89%57.06%-
HSV(B)61.62º22.56%64.31%-
XYZ32.2135.8725.3-
YUV159.48109.67130.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 127 (50% from 255) = 27.97%
R=35.90%
G=36.12%
B=27.97%

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
Decimal1631641270.0100.230.3661.6216.8957.06
HexA3A47F1017243e1139
Octal243244177102744762171
Binary10100011101001001111111101011110010011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A47F; }

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

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

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

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

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

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

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

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