#A5AB76

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

Shades of Locust #A5AB76

Tints of Locust #A5AB76

Color information

#A5AB76 (or 0xA5AB76) is unknown color: approx Locust. HEX triplet: A5, AB and 76. RGB value is (165,171,118). Sum of RGB (Red+Green+Blue) = 165+171+118=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB76 is #5A5489. Grayscale: #A3A3A3. Windows color (decimal): -5919882 or 7777189. OLE color: 7777189.

HSL color Cylindrical-coordinate representation of color #A5AB76: hue angle of 66.79º degrees, saturation: 0.24, 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 #A5AB76 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB165171118-
CMYK0.0400.310.33
HSL66.79º23.98%56.67%-
HSV(B)66.79º30.99%67.06%-
XYZ33.3538.4322.8-
YUV163.16102.51129.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=36.34%
G=37.67%
B=25.99%

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
Decimal1651711180.0400.310.3366.7923.9856.67
HexA5AB76401F21431839
Octal2452531664037411033071
Binary10100101101010111110110100011111100001100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB76; }

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

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

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

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

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

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

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

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