#A1A17B

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

Shades of Locust #A1A17B

Tints of Locust #A1A17B

Color information

#A1A17B (or 0xA1A17B) is unknown color: approx Locust. HEX triplet: A1, A1 and 7B. RGB value is (161,161,123). Sum of RGB (Red+Green+Blue) = 161+161+123=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A17B is #5E5E84. Grayscale: #9C9C9C. Windows color (decimal): -6184581 or 8102305. OLE color: 8102305.

HSL color Cylindrical-coordinate representation of color #A1A17B: hue angle of 60º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A17B is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161161123-
CMYK000.240.37
HSL60º16.81%55.69%-
HSV(B)60º23.6%63.14%-
XYZ31.0234.523.76-
YUV156.67109131.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=36.18%
G=36.18%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161123000.240.376016.8155.69
HexA1A17B0018253c1138
Octal241241173003045742170
Binary10100001101000011111011001100010010111110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A17B; }

 p { color: rgb(161,161,123); }

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

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

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

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

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

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

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