#A1AB81

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

Shades of Locust #A1AB81

Tints of Locust #A1AB81

Color information

#A1AB81 (or 0xA1AB81) is unknown color: approx Locust. HEX triplet: A1, AB and 81. RGB value is (161,171,129). Sum of RGB (Red+Green+Blue) = 161+171+129=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB81 is #5E547E. Grayscale: #A3A3A3. Windows color (decimal): -6182015 or 8498081. OLE color: 8498081.

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

Color convert

RGB161171129-
CMYK0.0600.250.33
HSL74.29º20%58.82%-
HSV(B)74.29º24.56%67.06%-
XYZ33.2238.2926.41-
YUV163.22108.69126.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=34.92%
G=37.09%
B=27.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611711290.0600.250.3374.292058.82
HexA1AB816019214a143b
Octal2412532016031411122473
Binary101000011010101110000001110011001100001100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AB81; }

 p { color: rgb(161,171,129); }

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

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

 a { background-color: rgb(161,171,129); }

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

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

 span { border-color: rgb(161,171,129); }

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