#a5ac76

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

Shades of Locust #A5AC76

Tints of Locust #A5AC76

Color information

#A5AC76 (or 0xA5AC76) is unknown color: approx Locust. HEX triplet: A5, AC and 76. RGB value is (165,172,118). Sum of RGB (Red+Green+Blue) = 165+172+118=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC76 is #5A5389. Grayscale: #A3A3A3. Windows color (decimal): -5919626 or 7777445. OLE color: 7777445.

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

Color convert

RGB165172118-
CMYK0.0400.310.33
HSL67.78º24.55%56.86%-
HSV(B)67.78º31.4%67.45%-
XYZ33.5438.8122.86-
YUV163.75102.18128.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=36.26%
G=37.80%
B=25.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721180.0400.310.3367.7824.5556.86
HexA5AC76401F21441939
Octal2452541664037411043171
Binary10100101101011001110110100011111100001100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5ac76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5ac76; }

 p { color: rgb(165,172,118); }

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

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

 a { background-color: rgb(165,172,118); }

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

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

 span { border-color: rgb(165,172,118); }

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