#A5AB71

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

Shades of Locust #A5AB71

Tints of Locust #A5AB71

Color information

#A5AB71 (or 0xA5AB71) is unknown color: approx Locust. HEX triplet: A5, AB and 71. RGB value is (165,171,113). Sum of RGB (Red+Green+Blue) = 165+171+113=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB71 is #5A548E. Grayscale: #A2A2A2. Windows color (decimal): -5919887 or 7449509. OLE color: 7449509.

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

Color convert

RGB165171113-
CMYK0.0400.340.33
HSL66.21º25.66%55.69%-
HSV(B)66.21º33.92%67.06%-
XYZ33.0638.3221.28-
YUV162.59100.01129.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=36.75%
G=38.08%
B=25.17%

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
Decimal1651711130.0400.340.3366.2125.6655.69
HexA5AB71402221421a38
Octal2452531614042411023270
Binary101001011010101111100011000100010100001100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB71; }

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

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

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

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

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

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

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

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