#A1AA7D

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

Shades of Locust #A1AA7D

Tints of Locust #A1AA7D

Color information

#A1AA7D (or 0xA1AA7D) is unknown color: approx Locust. HEX triplet: A1, AA and 7D. RGB value is (161,170,125). Sum of RGB (Red+Green+Blue) = 161+170+125=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA7D is #5E5582. Grayscale: #A2A2A2. Windows color (decimal): -6182275 or 8235681. OLE color: 8235681.

HSL color Cylindrical-coordinate representation of color #A1AA7D: hue angle of 72º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AA7D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB161170125-
CMYK0.0500.260.33
HSL72º20.93%57.84%-
HSV(B)72º26.47%66.67%-
XYZ32.7737.8124.97-
YUV162.18107.02127.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=35.31%
G=37.28%
B=27.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701250.0500.260.337220.9357.84
HexA1AA7D501A2148153a
Octal2412521755032411102572
Binary10100001101010101111101101011010100001100100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA7D; }

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

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

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

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

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

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

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

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