#A5AB83

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

Shades of Locust #A5AB83

Tints of Locust #A5AB83

Color information

#A5AB83 (or 0xA5AB83) is unknown color: approx Locust. HEX triplet: A5, AB and 83. RGB value is (165,171,131). Sum of RGB (Red+Green+Blue) = 165+171+131=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB83 is #5A547C. Grayscale: #A4A4A4. Windows color (decimal): -5919869 or 8629157. OLE color: 8629157.

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

Color convert

RGB165171131-
CMYK0.0400.230.33
HSL69º19.23%59.22%-
HSV(B)69º23.39%67.06%-
XYZ34.1838.7627.15-
YUV164.65109.01128.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=35.33%
G=36.62%
B=28.05%

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
Decimal1651711310.0400.230.336919.2359.22
HexA5AB8340172145133b
Octal2452532034027411052373
Binary101001011010101110000011100010111100001100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB83; }

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

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

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

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

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

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

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

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