#A5AC71

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

Shades of Locust #A5AC71

Tints of Locust #A5AC71

Color information

#A5AC71 (or 0xA5AC71) is unknown color: approx Locust. HEX triplet: A5, AC and 71. RGB value is (165,172,113). Sum of RGB (Red+Green+Blue) = 165+172+113=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC71 is #5A538E. Grayscale: #A3A3A3. Windows color (decimal): -5919631 or 7449765. OLE color: 7449765.

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

Color convert

RGB165172113-
CMYK0.0400.340.33
HSL67.12º26.22%55.88%-
HSV(B)67.12º34.3%67.45%-
XYZ33.2538.721.34-
YUV163.1899.68129.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=36.67%
G=38.22%
B=25.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721130.0400.340.3367.1226.2255.88
HexA5AC71402221431a38
Octal2452541614042411033270
Binary101001011010110011100011000100010100001100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC71; }

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

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

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

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

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

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

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

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