#A1AF81

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

Shades of Locust #A1AF81

Tints of Locust #A1AF81

Color information

#A1AF81 (or 0xA1AF81) is unknown color: approx Locust. HEX triplet: A1, AF and 81. RGB value is (161,175,129). Sum of RGB (Red+Green+Blue) = 161+175+129=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF81 is #5E507E. Grayscale: #A5A5A5. Windows color (decimal): -6180991 or 8499105. OLE color: 8499105.

HSL color Cylindrical-coordinate representation of color #A1AF81: hue angle of 78.26º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AF81 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB161175129-
CMYK0.0800.260.31
HSL78.26º22.33%59.61%-
HSV(B)78.26º26.29%68.63%-
XYZ33.9939.8226.66-
YUV165.57107.36124.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=34.62%
G=37.63%
B=27.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751290.0800.260.3178.2622.3359.61
HexA1AF81801A1F4e163c
Octal24125720110032371162674
Binary101000011010111110000001100001101011111100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF81; }

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

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

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

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

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

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

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

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