#A3AC75

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

Shades of Locust #A3AC75

Tints of Locust #A3AC75

Color information

#A3AC75 (or 0xA3AC75) is unknown color: approx Locust. HEX triplet: A3, AC and 75. RGB value is (163,172,117). Sum of RGB (Red+Green+Blue) = 163+172+117=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC75 is #5C538A. Grayscale: #A3A3A3. Windows color (decimal): -6050699 or 7711907. OLE color: 7711907.

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

Color convert

RGB163172117-
CMYK0.0500.320.33
HSL69.82º24.89%56.67%-
HSV(B)69.82º31.98%67.45%-
XYZ33.0738.5822.53-
YUV163.04102.02127.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=36.06%
G=38.05%
B=25.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721170.0500.320.3369.8224.8956.67
HexA3AC75502021461939
Octal2432541655040411063171
Binary101000111010110011101011010100000100001100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC75; }

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

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

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

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

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

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

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

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