#A3AC7E

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

Shades of Locust #A3AC7E

Tints of Locust #A3AC7E

Color information

#A3AC7E (or 0xA3AC7E) is unknown color: approx Locust. HEX triplet: A3, AC and 7E. RGB value is (163,172,126). Sum of RGB (Red+Green+Blue) = 163+172+126=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC7E is #5C5381. Grayscale: #A4A4A4. Windows color (decimal): -6050690 or 8301731. OLE color: 8301731.

HSL color Cylindrical-coordinate representation of color #A3AC7E: hue angle of 71.74º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3AC7E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB163172126-
CMYK0.0500.270.33
HSL71.74º21.7%58.43%-
HSV(B)71.74º26.74%67.45%-
XYZ33.6238.825.46-
YUV164.06106.52127.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=35.36%
G=37.31%
B=27.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721260.0500.270.3371.7421.758.43
HexA3AC7E501B2148163a
Octal2432541765033411102672
Binary10100011101011001111110101011011100001100100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC7E; }

 p { color: rgb(163,172,126); }

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

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

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

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

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

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

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