#A3A57A

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

Shades of Locust #A3A57A

Tints of Locust #A3A57A

Color information

#A3A57A (or 0xA3A57A) is unknown color: approx Locust. HEX triplet: A3, A5 and 7A. RGB value is (163,165,122). Sum of RGB (Red+Green+Blue) = 163+165+122=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A57A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A57A is #5C5A85. Grayscale: #9F9F9F. Windows color (decimal): -6052486 or 8037795. OLE color: 8037795.

HSL color Cylindrical-coordinate representation of color #A3A57A: hue angle of 62.79º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3A57A is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB163165122-
CMYK0.0100.260.35
HSL62.79º19.28%56.27%-
HSV(B)62.79º26.06%64.71%-
XYZ32.0736.123.69-
YUV159.5106.84130.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=36.22%
G=36.67%
B=27.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631651220.0100.260.3562.7919.2856.27
HexA3A57A101A233f1338
Octal243245172103243772370
Binary10100011101001011111010101101010001111111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A57A; }

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

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

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

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

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

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

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

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