#A5AB84

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

Shades of Locust #A5AB84

Tints of Locust #A5AB84

Color information

#A5AB84 (or 0xA5AB84) is unknown color: approx Locust. HEX triplet: A5, AB and 84. RGB value is (165,171,132). Sum of RGB (Red+Green+Blue) = 165+171+132=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB84 is #5A547B. Grayscale: #A4A4A4. Windows color (decimal): -5919868 or 8694693. OLE color: 8694693.

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

Color convert

RGB165171132-
CMYK0.0400.230.33
HSL69.23º18.84%59.41%-
HSV(B)69.23º22.81%67.06%-
XYZ34.2438.7927.51-
YUV164.76109.51128.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=35.26%
G=36.54%
B=28.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711320.0400.230.3369.2318.8459.41
HexA5AB8440172145133b
Octal2452532044027411052373
Binary101001011010101110000100100010111100001100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB84; }

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

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

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

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

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

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

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

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