#A4A783

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

Shades of Locust #A4A783

Tints of Locust #A4A783

Color information

#A4A783 (or 0xA4A783) is unknown color: approx Locust. HEX triplet: A4, A7 and 83. RGB value is (164,167,131). Sum of RGB (Red+Green+Blue) = 164+167+131=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A783 is #5B587C. Grayscale: #A2A2A2. Windows color (decimal): -5986429 or 8628132. OLE color: 8628132.

HSL color Cylindrical-coordinate representation of color #A4A783: hue angle of 65º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A783 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB164167131-
CMYK0.0200.220.35
HSL65º16.98%58.43%-
HSV(B)65º21.56%65.49%-
XYZ33.2337.1726.9-
YUV162110.51129.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=35.50%
G=36.15%
B=28.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671310.0200.220.356516.9858.43
HexA4A78320162341113a
Octal2442472032026431012172
Binary10100100101001111000001110010110100011100000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A783; }

 p { color: rgb(164,167,131); }

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

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

 a { background-color: rgb(164,167,131); }

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

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

 span { border-color: rgb(164,167,131); }

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