#A1AF7E

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

Shades of Locust #A1AF7E

Tints of Locust #A1AF7E

Color information

#A1AF7E (or 0xA1AF7E) is unknown color: approx Locust. HEX triplet: A1, AF and 7E. RGB value is (161,175,126). Sum of RGB (Red+Green+Blue) = 161+175+126=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF7E is #5E5081. Grayscale: #A5A5A5. Windows color (decimal): -6180994 or 8302497. OLE color: 8302497.

HSL color Cylindrical-coordinate representation of color #A1AF7E: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1AF7E is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB161175126-
CMYK0.0800.280.31
HSL77.14º23.44%59.02%-
HSV(B)77.14º28%68.63%-
XYZ33.7939.7425.63-
YUV165.23105.86124.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=34.85%
G=37.88%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751260.0800.280.3177.1423.4459.02
HexA1AF7E801C1F4d173b
Octal24125717610034371152773
Binary10100001101011111111110100001110011111100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF7E; }

 p { color: rgb(161,175,126); }

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

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

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

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

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

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

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