#A1AD81

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

Shades of Locust #A1AD81

Tints of Locust #A1AD81

Color information

#A1AD81 (or 0xA1AD81) is unknown color: approx Locust. HEX triplet: A1, AD and 81. RGB value is (161,173,129). Sum of RGB (Red+Green+Blue) = 161+173+129=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD81 is #5E527E. Grayscale: #A4A4A4. Windows color (decimal): -6181503 or 8498593. OLE color: 8498593.

HSL color Cylindrical-coordinate representation of color #A1AD81: hue angle of 76.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1AD81 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB161173129-
CMYK0.0700.250.32
HSL76.36º21.15%59.22%-
HSV(B)76.36º25.43%67.84%-
XYZ33.639.0526.54-
YUV164.4108.02125.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=34.77%
G=37.37%
B=27.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731290.0700.250.3276.3621.1559.22
HexA1AD817019204c153b
Octal2412552017031401142573
Binary101000011010110110000001111011001100000100110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD81; }

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

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

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

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

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

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

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

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