#A1A680

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

Shades of Locust #A1A680

Tints of Locust #A1A680

Color information

#A1A680 (or 0xA1A680) is unknown color: approx Locust. HEX triplet: A1, A6 and 80. RGB value is (161,166,128). Sum of RGB (Red+Green+Blue) = 161+166+128=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A680 is #5E597F. Grayscale: #A0A0A0. Windows color (decimal): -6183296 or 8431265. OLE color: 8431265.

HSL color Cylindrical-coordinate representation of color #A1A680: hue angle of 67.89º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1A680 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB161166128-
CMYK0.0300.230.35
HSL67.89º17.59%57.65%-
HSV(B)67.89º22.89%65.1%-
XYZ32.2336.4125.75-
YUV160.17109.84128.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=35.38%
G=36.48%
B=28.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661280.0300.230.3567.8917.5957.65
HexA1A68030172344123a
Octal2412462003027431042272
Binary10100001101001101000000011010111100011100010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A680; }

 p { color: rgb(161,166,128); }

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

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

 a { background-color: rgb(161,166,128); }

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

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

 span { border-color: rgb(161,166,128); }

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