#A1A27B

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

Shades of Locust #A1A27B

Tints of Locust #A1A27B

Color information

#A1A27B (or 0xA1A27B) is unknown color: approx Locust. HEX triplet: A1, A2 and 7B. RGB value is (161,162,123). Sum of RGB (Red+Green+Blue) = 161+162+123=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A27B is #5E5D84. Grayscale: #9D9D9D. Windows color (decimal): -6184325 or 8102561. OLE color: 8102561.

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

Color convert

RGB161162123-
CMYK0.0100.240.36
HSL61.54º17.33%55.88%-
HSV(B)61.54º24.07%63.53%-
XYZ31.1934.8523.82-
YUV157.26108.67130.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=36.10%
G=36.32%
B=27.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621230.0100.240.3661.5417.3355.88
HexA1A27B1018243e1138
Octal241242173103044762170
Binary10100001101000101111011101100010010011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A27B; }

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

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

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

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

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

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

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

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