#A3A37A

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

Shades of Locust #A3A37A

Tints of Locust #A3A37A

Color information

#A3A37A (or 0xA3A37A) is unknown color: approx Locust. HEX triplet: A3, A3 and 7A. RGB value is (163,163,122). Sum of RGB (Red+Green+Blue) = 163+163+122=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A37A is #5C5C85. Grayscale: #9E9E9E. Windows color (decimal): -6052998 or 8037283. OLE color: 8037283.

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

Color convert

RGB163163122-
CMYK000.250.36
HSL60º18.22%55.88%-
HSV(B)60º25.15%63.92%-
XYZ31.7135.3923.57-
YUV158.33107.5131.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=36.38%
G=36.38%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163122000.250.366018.2255.88
HexA3A37A0019243c1238
Octal243243172003144742270
Binary10100011101000111111010001100110010011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A37A; }

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

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

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

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

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

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

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

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