#A3AC7A

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

Shades of Locust #A3AC7A

Tints of Locust #A3AC7A

Color information

#A3AC7A (or 0xA3AC7A) is unknown color: approx Locust. HEX triplet: A3, AC and 7A. RGB value is (163,172,122). Sum of RGB (Red+Green+Blue) = 163+172+122=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC7A is #5C5385. Grayscale: #A3A3A3. Windows color (decimal): -6050694 or 8039587. OLE color: 8039587.

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

Color convert

RGB163172122-
CMYK0.0500.290.33
HSL70.8º23.15%57.65%-
HSV(B)70.8º29.07%67.45%-
XYZ33.3738.724.12-
YUV163.61104.52127.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=35.67%
G=37.64%
B=26.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721220.0500.290.3370.823.1557.65
HexA3AC7A501D2147173a
Octal2432541725035411072772
Binary10100011101011001111010101011101100001100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC7A; }

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

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

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

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

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

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

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

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