#A1A27D

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

Shades of Locust #A1A27D

Tints of Locust #A1A27D

Color information

#A1A27D (or 0xA1A27D) is unknown color: approx Locust. HEX triplet: A1, A2 and 7D. RGB value is (161,162,125). Sum of RGB (Red+Green+Blue) = 161+162+125=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A27D is #5E5D82. Grayscale: #9D9D9D. Windows color (decimal): -6184323 or 8233633. OLE color: 8233633.

HSL color Cylindrical-coordinate representation of color #A1A27D: hue angle of 61.62º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1A27D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB161162125-
CMYK0.0100.230.36
HSL61.62º16.59%56.27%-
HSV(B)61.62º22.84%63.53%-
XYZ31.3234.924.49-
YUV157.48109.67130.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=35.94%
G=36.16%
B=27.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621250.0100.230.3661.6216.5956.27
HexA1A27D1017243e1138
Octal241242175102744762170
Binary10100001101000101111101101011110010011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A27D; }

 p { color: rgb(161,162,125); }

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

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

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

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

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

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

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